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
Just set ssrKey to false - it will type warn and also still call onServerPrefetch
I would expect setting ssrKey to false disables onServerPrefetch and have correct typings.
setting ssrKey to false type warns and also still calls onServerPrefetch
I followed the documentation here: https://vuefire.vuejs.org/guide/ssr.html#Exclude-from-hydration from the behavior and the code in this repo it seems that the feature is not yet implemented?
The text was updated successfully, but these errors were encountered:
687ce09
It's not implemented yet so in the meantime, I removed it from docs. If you want to implement it, feel free to submit a PR though
Sorry, something went wrong.
No branches or pull requests
Reproduction
Just set ssrKey to false - it will type warn and also still call onServerPrefetch
Steps to reproduce the bug
Just set ssrKey to false - it will type warn and also still call onServerPrefetch
Expected behavior
I would expect setting ssrKey to false disables onServerPrefetch and have correct typings.
Actual behavior
setting ssrKey to false type warns and also still calls onServerPrefetch
Additional information
I followed the documentation here: https://vuefire.vuejs.org/guide/ssr.html#Exclude-from-hydration from the behavior and the code in this repo it seems that the feature is not yet implemented?
The text was updated successfully, but these errors were encountered: