T
TanStack2w ago
conscious-sapphire

How do I disable <StrictMode /> during development?

I'm console.log() in beforeLoad and loader in various places and sometimes its running twice. I suspect it's because of <StrictMode /> during development causing it to render twice. I would like to turn it off so I can follow these console.log() clearly
1 Reply
eager-peach
eager-peach2w ago

Did you find this page helpful?