Getting a blank base variant on pages or components quite often

Hey guys, I’m getting a blank base variant on pages or components quite often, usually page reload helps, but it’s still quite annoying, do you know what can be the reason?

Also, I’ve noticed that this issue is reproducible for me only in next JS dev mode (next 12.3.1)

cc @gabrielpessoa

cc @samuel

Hey @fantastic_fowl! Can you send me your project id?

Hey @samuel! Id - i7pXk3PKxvqxN9FpA142v5

Could you try turning reactStrictMode: false in your next.config.js?

That helped, thank you!