-
Notifications
You must be signed in to change notification settings - Fork 19
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
Next.js compatibility #60
Comments
Thanks for opening this issue, @pakatagoh! Unfortunately, we don't own the @jupyter-widgets/base component that is being imported by the jupyter-widgets package. What version of next.js are you using? vercel/next.js#12079 (comment) seems to indicate this was fixed in the 9.5.4 release. |
currently on V10 of next.js. the setup I have is a lerna managed monorepo where the nextjs project is one of the packages. Not 100% sure if it affects anything. |
We use a similar setup in the nteract monorepo. However, we don't have ipywidget support included as part of the default app. I misspoke earlier, the code in question is actually in our codebase.
Would you be interested in trying to update this to use a |
Hi nteract team,
I'm currently trying to make use of
@nteract/jupyter-widgets
in a project of mine with Next.js but I'm running into the issue below. I'm wondering if anyone has encountered such an issue and managed to solve it.The text was updated successfully, but these errors were encountered: