Hi,
I integrated this component into a NextJS app, and when I reload it from the server, this is rendered:

After further debug, it seems the class "progressCircleBar" is not applied on the circle. Also, checking the node modules bundle, I see rollup created a styleInject fn which has a if (!css || typeof document === 'undefined') { return; } return option. So I bet the current bounding does not support SSR, am I correct?
Do you have any hint if I fork the repo, then how can I manage to support SSR to push a Pull Request about this?
Hi,
I integrated this component into a NextJS app, and when I reload it from the server, this is rendered:

After further debug, it seems the class "progressCircleBar" is not applied on the circle. Also, checking the node modules bundle, I see rollup created a
styleInjectfn which has aif (!css || typeof document === 'undefined') { return; }return option. So I bet the current bounding does not support SSR, am I correct?Do you have any hint if I fork the repo, then how can I manage to support SSR to push a Pull Request about this?