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•2w ago
you can create your own client entry point file
src/client.tsx
https://tanstack.com/start/latest/docs/framework/react/learn-the-basics#the-client-entry-point-optional