Andrei Dumbravă

Results 9 comments of Andrei Dumbravă

Hello! I have a similar issue. **With next dev:** It seems that the RootLayout always mounts & unmounts the components inside it on the first-page render. **With next build +...

@timneutkens I forked your above codesandbox [here](https://codesandbox.io/p/sandbox/green-cdn-ocy255?file=%2Fpackage.json&selection=%5B%7B%22endColumn%22%3A19%2C%22endLineNumber%22%3A9%2C%22startColumn%22%3A19%2C%22startLineNumber%22%3A9%7D%5D&workspace=%257B%2522activeFileId%2522%253A%2522cl8skx9az000nlpgeaw1kc72o%2522%252C%2522openFiles%2522%253A%255B%2522%252Fpackage.json%2522%252C%2522%252Fapp%252Flayout.tsx%2522%252C%2522%252Fapp%252FFooComponent.tsx%2522%255D%252C%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522gitSidebarPanel%2522%253A%2522COMMIT%2522%252C%2522sidekickItems%2522%253A%255B%257B%2522type%2522%253A%2522PREVIEW%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522port%2522%253A3000%252C%2522key%2522%253A%2522cla5m94yf048o3b6hzyluvlra%2522%252C%2522isMinimized%2522%253Afalse%257D%252C%257B%2522type%2522%253A%2522TASK_LOG%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522key%2522%253A%2522cla5m8j8u045z3b6h76oh1hus%2522%252C%2522isMinimized%2522%253Afalse%257D%255D%257D). I've created FooCoomponent.tsx: Please see the browser logs: ![image](https://user-images.githubusercontent.com/14004579/200185033-b9686ade-6576-462f-93c9-b1d2ee4be63c.png) 1. I expect too see only one "#debug1 --- Foo component mounted" log and...

I have the same problem. I did the TurboModule example with RTNCalculator. I did step by step multiple times and it seems that the same error occurs. I also cleaned...

Hello, I have the same problem. It seems that @ThibaultBee PR solves my issue. Can you please review it and merge? 🙏

Hello! I can still reproduce this in 13.1.1 and 13.1.2-canary.4 dev and build mode. @gfortaine Can we reopen this? If we cannot, I will file a new issue. Did you...

@timneutkens Thank you! I managed to solve the issues. I deactivated the strict mode [https://nextjs.org/docs/api-reference/next.config.js/react-strict-mode](https://nextjs.org/docs/api-reference/next.config.js/react-strict-mode)

I got this after an npm update. Some time ago, I posted another problem. https://github.com/webdeb/next-styles/issues/11#issuecomment-626381424 Try to install: @webdeb/next-styles: 1.1.0 My package.json: ![image](https://user-images.githubusercontent.com/14004579/106886801-fd204e80-66ec-11eb-87b9-af70b4745378.png)