-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
Cannot read properties of null (reading 'plugin') #44
Comments
It should work with SSR. Maybe this issue can be of help? |
I looked at the source code. There is no export plugin property on the server side. Maybe there's some way to make it compatible? |
im having the same issue. I tried using with react |
I unfortunately don't have the time to do that right now, you can however embed the script on the page (in the template or dynamically when loading your component) and use the global tick instance. |
Hi~
I tried using the Flip in nuxt3.
Cannot read properties of null (reading 'plugin')
Can it be compatible in SSR?
The text was updated successfully, but these errors were encountered: