Kevin Dave

Results 5 comments of Kevin Dave

I fix the typings error and align with the latest `master` @vrolland

We have this covered in tests right?

Hey @alan2207 , I just invited you to the repo because it's a private repo. I gave you read access so you can read the code. Here's the repo https://github.com/kevindavee/icx-app

Try to comment on this line https://github.com/kevindavee/icx-app/blob/bf843adfa016248221163831f1380c2ee961e610/src/tests/jestSetup.ts#L60-L64 And run `yarn test src/hooks/useHydration.test.tsx` You'll see a warning like this. ![Screen Shot 2023-04-08 at 23 49 04](https://user-images.githubusercontent.com/28204154/230733245-46d158dc-62b8-4b64-ae39-17c6eb57ad34.png) As you can see from...

Yeah, I understand it works if I import my component directly. But for me, the beauty of this codebase which inspired by yours, is to have feature modules that act...