-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix: use unexistent exportation from upgrade module #6228
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I think this change makes sense. Can you double check it, @zoeyTM ? Also, I think there's another mention of |
Yep, this looks right, good catch! There are a couple more references to this mistake that should be fixed on lines 315, 323, 356, 364, and 394. If you would correct those as well then we can get this merged @EnThib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my comment above ^ this looks good though!
@zoeyTM It's done :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
It's not much but it can cause confusion in the documentation. Above the documentation makes us export the "DemoModule" and here we use "useModule" with the proxy module which is not supposed to be exported, I therefore deduce that we must use the import which was introduced above.
Thank you for taking the time to read me and have a good day.