ARiyou Jahan
ARiyou Jahan
I have temporarily solved this issue by changing my global CSS and adding fonts and font face directly to the RSBS Root container. But this solution is only momentary and...
I've figgered out the reason. My font is provided to all components under ```html ... ``` While RSMS is in ```html ... ``` which is a sibling to the main...
### Update: I believe the root of problem is the mismatch between next-internationals param name and the name i used. As docs suggest: > Move all your routes inside an...
Another **breaking change** is that the signIn method results is something like follow: ```ts type SignInResult = { ok: true; status: 200; error: string | null; code: number | null;...
I have a similar issue with Dialog. I don't think it's broken, but it probably has an issue with the `z-index` or the content being rendered as a sibling and...