https://supertokens.com/ logo
Title
n

Nathan

12/13/2022, 1:35 PM
Hi, i need your help please, i dont understand why i dont have style in my email password login :/ I use NextJS
r

rp

12/13/2022, 1:36 PM
hey @Nathan are you using emotion lib in your app?
n

Nathan

12/13/2022, 1:37 PM
yep
r

rp

12/13/2022, 1:37 PM
please make sure to use the same version as what we use.
n

Nathan

12/13/2022, 1:37 PM
How I can find your version ?
r

rp

12/13/2022, 1:37 PM
We use
"@emotion/react": "^11.4.1",
n

Nathan

12/13/2022, 1:38 PM
I use "@emotion/react": "11.10.4",
how can i chance version ?
r

rp

12/13/2022, 1:38 PM
we are in the process of removing our dependency of emotion, in which case this issue will be solved permanently. But until then, please use the version that we use.
you can change the version in your package.json and reinstall the dependencies
n

Nathan

12/13/2022, 1:38 PM
Thanks ! I try 🙂
Thans you, it worked ! 🙂
r

rp

12/13/2022, 1:42 PM
nice