We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3719548 commit 6f21779Copy full SHA for 6f21779
packages/vue/src/composables/useOrganization.ts
@@ -59,7 +59,7 @@ export const useOrganization: UseOrganization = () => {
59
const unwatch = watch(
60
clerk,
61
value => {
62
- if (value) {
+ if (value?.loaded) {
63
value.__internal_attemptToEnableEnvironmentSetting({
64
for: 'organizations',
65
caller: 'useOrganization',
0 commit comments