-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Replace react-loadable with @loadable/component #6972
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
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
|
@adity1raut merge conflicts , please look over them |
2877732 to
9c6b5ff
Compare
|
🚀 Preview for commit b493f11 at: https://6904be8d178fc323d8fe855d--layer5.netlify.app |
|
PTAL @Namanv0509 |
Rajesh-Nagarajan-11
left a comment
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.
You mentioned in the PR description that react-loadable was removed from package.json, but I don’t see any such removal in the file.
Signed-off-by: Saloni Tarone <[email protected]>
b493f11 to
2dedf34
Compare
|
PTAL @Rajesh-Nagarajan-11 |
|
🚀 Preview for commit 2dedf34 at: https://690dcbd52ec572d4d258e4ca--layer5.netlify.app |
Description
Updated the project dependencies and code to remove the deprecated
react-loadablepackage and use@loadable/componentinstead. This change ensures that the project uses a maintained library for dynamic imports and code splitting.Changes Made
react-loadablefrompackage.jsonreact-loadablein the codebase with@loadable/componentRelated Issue
Fixes #6868