-
Notifications
You must be signed in to change notification settings - Fork 373
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
[Bug?]: Issue with context who don't return the value #1185
Comments
This was a bug in rosetty-solid 1.0.74. It appears they were bundling a duplicate version of solid. version 1.0.75 seems to have corrected that. |
@ryansolid yes I'm agree with you but I don't understand why I have the error "Uncaught SyntaxError: ambiguous indirect export: default". I have package the rosetty-solid with tsup and tsup solid as recommanded... You can found the repro here : https://github.com/qlaffont/test-cmp |
@ryansolid 1 month I have the issue without a solution ... I'm desperate .... Are you interested in a bounty to solve this bug ? 50 $ ? |
as discuss on discord with @lxsmnsyc the repro https://github.com/qlaffont/test-cmp reproduce the issue : |
Issue fix for context issue with tsup : egoist/tsup#998 solid and other library was included in project |
Finally we found the issue, it comes with dayjs. I have switch to date-fns and it works |
Duplicates
Latest version
Current behavior 😯
Hello I have a very strange bug with the new solid-start template :
It's very frustrating... Can someone can help me, it is very strange and it is blocking me to make the migration to new solid start for my company.
The issue is not an HMR issue because when I stop the server and restart it, the issue persist.
Expected behavior 🤔
Context should return value
Steps to reproduce 🕹
No response
Context 🔦
YouTube Video about the issue : https://youtu.be/fydxXDyOrCE
More details here : https://discord.com/channels/722131463138705510/1189503397091606548
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: