I using Sidebar Pro in Next.JS but like JS run before style is ready and then show the unstyled at first like this
i also had try to add
compiler: { styledComponents: true, }
on next.config.js and add getInitialProps in _document like this https://github.com/vercel/next.js/blob/canary/examples/with-styled-components/pages/_document.tsx but still not working. please help me how to handle this, thanks before
btw i also submit the issue: https://github.com/azouaoui-med/react-pro-sidebar/issues/139