-
Notifications
You must be signed in to change notification settings - Fork 7
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
error while using the lib #3
Comments
Is it with Next.js? Could you please add a way to reproduce the issue? Thanks! |
@bpierre yes, we use next.js. it's a closed source application so can't reveal more details. but this is our env: install blo:
after the page loads, we get that error. lmk if you still need more details (i am a new react dev btw so dont understand much as of now :)) EDIT: thank you for creating this cool library! |
@abhijeetbhagat I created a new Next.js project with Here is the demo page, everything seems to work for me: https://github.com/bpierre/blo-issue-3/blob/main/src/app/page.tsx I added you as a collaborator on this repo, could you please try to reproduce your issue there? Thanks! |
Closing this issue for now, please reopen if you can reproduce on the linked repo :) |
@bpierre The easiest solution is to name the |
Hi, you can see it's reproduced here on the After removing Other thing that has worked was to downgrade |
Found the issue about ESLint and using the
@Mrtenz @dan437 Could you confirm having |
After downgrading to 1.1.0 I can see that blo's package.json uses:
Mocha tests pass and when I run |
https://github.com/bpierre/blo/releases/tag/v1.2.0 Thanks and please me know if it works 🤗 |
Thank you for a quick fix! |
blo version: 1.1.1
The text was updated successfully, but these errors were encountered: