Hello i've started to design a new webpage and i have a problem. I'm using React with Tailwind and for Components i use headless-ui. I've made a side nav bar which is a component that has Links from react-router-dom. I have another component that is a content component where i render the content of the page and when i'm trying to expand the Disclosure component from headless-ui the screen is frozen and i have to wait around 12 seconds to expand and unlock the screen. The console gives this error: react-dom.development.js:84 Warning: React instrumentation encountered an error: RangeError: Maximum call stack size exceeded printWarning @ react-dom.development.js:84
Any help will be nice, thank you in advance.