Vadim I

Results 8 comments of Vadim I

Hi If someone needs this feature I have created a [repo](https://github.com/ivp-dev/redux-dynamic-modules-persist) to make your dynamic modules persistable.

Full set of working example code you can find in this lib [here](https://github.com/ivp-dev/react-bootstrap-sidebar-menu/tree/main/www) and [here](https://ivp-dev.github.io/react-bootstrap-sidebar-menu/) the result of the example.

And why this lib should produce an example of navbar? It should produce an example of **sidebar**. Use this [lib](https://react-bootstrap.github.io/) to add navbar.

It seems that something wrong with demo code. I will create an example in codesandbox and will share here.

Here is an [example](https://codesandbox.io/s/react-bootstrap-sidebar-menu-ck23cz)

Hi, Any updates with this feature?

This occurs [here](https://github.com/TanStack/table/blob/main/packages/react-table/src/index.tsx#L85) and exclusively in the context when the getGroupedRowModel function is utilized. It can be resolved by simply verifying whether the component is mounted before call setState in...