How to use StrictMode to debug in studio | React

As far as I know, the StrictMode can help find errors in the vanilla react. Can it do something in studio?
2 Replies
wAD
wAD5mo ago
it acts the same as vanilla react, make sure to set the __DEV__ flag though
Tester
TesterOP5mo ago
to true? _G["__DEV__"] = true thank you @wAD

Did you find this page helpful?