We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π The bug If we set ssrRef to null it becomes undefined at client-side.
π οΈ To reproduce it's because of nullish coalescing operator: https://github.com/nuxt-community/composition-api/blob/main/src/runtime/composables/ssr-ref.ts#L60
π Expected behaviour Treat null as "defined" value of ssrRef
The text was updated successfully, but these errors were encountered:
danielroe
No branches or pull requests
π The bug
If we set ssrRef to null it becomes undefined at client-side.
π οΈ To reproduce
it's because of nullish coalescing operator:
https://github.com/nuxt-community/composition-api/blob/main/src/runtime/composables/ssr-ref.ts#L60
π Expected behaviour
Treat null as "defined" value of ssrRef
The text was updated successfully, but these errors were encountered: