azouaoui-med / react-pro-sidebar

React Pro Sidebar provides a set of components for creating high level and customizable side navigation
https://azouaoui-med.github.io/react-pro-sidebar/
MIT License
1.72k stars 413 forks source link

ProSidebarProvider is deprecated #231

Closed kouohhashi closed 1 month ago

kouohhashi commented 1 month ago

Thank you for building great product. Recently I got warning like ProSidebarProvider is deprecated and will be removed in the next major release. and useProSidebar is deprecated and will be removed in the next major release. Please use Sidebar props instead.)

Could you show me how to fix thesee? Thanks in advance.

kouohhashi commented 1 month ago

I got it. Just removing ProSidebarProvider worked and i can handle collapsed state without useProSidebar.