-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[System] Calls unstable_createStyleFunctionSx with passed in arg #35008
[System] Calls unstable_createStyleFunctionSx with passed in arg #35008
Conversation
|
I don't know how to add a label i'm sorry. Been looking for a long time now and i'm getting tired. |
Any updates on this? |
Made the PR last night but don't know how to add labels to the PR so idk if they'll even look at it |
Any update? |
Still waiting, soon possibly |
Anyone going to review this...? |
We should work on finding out the reason for this. I don't think it's related to MUI, or at least it's not clear why it happens on this specific import. Note that the turbopack is still in alpha, so creating an issue on their repo is more likely to guide us to the reason of why this happens. I can't imagine lots of library changing their code, just because some import is not picked up by turbopack. I am mainly saying this, because we could write a similar code tomorrow, that would break the build again. |
What does this fix
The purpose of this PR is to fix compatibility issues with turbopack for next.js 13. The issue can be found in this open issue
Fixes #34910
What changes were made to fix this
For uknown reasons
unstable_createStyleFunctionSx
on line 98 was not able to grab the import to use as a default on its own when ran with turbopack bundler causing a reference error shown in git issue link above