-
Notifications
You must be signed in to change notification settings - Fork 536
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
Not working with NextJS #283
Comments
First, Hi NextJS runs JavaScript code on the server side. To run code on the client side with NextJS you can use dynamic.
Then:
Then in the rendering, you render |
@ghostlexly does it help to make it work with NextJS? |
I suppose it worked so I close the issue. @ghostlexly when someone takes time to help you to solve an issue, you should at least say thank you, your mother should have taught you that. |
Thank you brother it really helps. I was stuck on same issue almost 3 hours. |
An `const JEELIZVTOWIDGET = useRef();
}, [tryOnProduct.ar_model_url]);` I use it this way, No problems with development and build, but I don't know if there are other problems |
I just never received the notifications for your messages, but thanks for the solution, even if it's late. I always appreciate the community's help here. |
facefilter npm package is not working with NextJS.
steps to reproduce:
yarn add facefilter
issue:
The text was updated successfully, but these errors were encountered: