Light
Light
> ### Root cause > exec `onExited` event after the component unmounted > > https://github.com/trendmicro-frontend/tonic-ui/blob/master/packages/react/src/menu/MenuList.js#L127  Curious about if this has relation with the prop 'unmountOnExit' setting true here (default...
+1
@shah-vtx, have you found any solution? I think I'm facing similar issue... Q_Q I use CRA("react-scripts": "5.0.0") with craco(7.1.0) to help some customization Although it seems successful when run dev...
> From what I recall, CRA should use CJS, not ESM, so something is going on with the configuration. In the next nightly we'll have a slightly different build. It...