refactor(react): update SideNavMenu to functional component#9910
Conversation
|
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: 32efb50 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61782b209675b80008df4f6a 😎 Browse the preview: https://deploy-preview-9910--carbon-react-next.netlify.app |
|
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 32efb50 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61782b2084cfaf00079e2f45 😎 Browse the preview: https://deploy-preview-9910--carbon-elements.netlify.app |
|
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 32efb50 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61782b20a560610007da44b5 😎 Browse the preview: https://deploy-preview-9910--carbon-components-react.netlify.app |
jnm2377
left a comment
There was a problem hiding this comment.
LGTM. Tests are passing and storybook example looks good. 👍🏽
Refactors the
SideNavMenucomponent from a class to a functional component. This PR also adds in a scaffold for a v11 migration doc and updates the entrypoint for UIShell to toggle between implementations.Changelog
New
SideNavMenuunderUIShell/next/SideNavMenuChanged
UIShellto toggle between classic and next versions ofSideNavMenuRemoved
Testing / Reviewing
UIShell/next