kento-hamaguchi-md

Results 4 comments of kento-hamaguchi-md

Excuse my poor English. Component in React 18 can no longer pass children implicitly. To do this, we need to add a children field of type React.ReactNode to Props. Therefore,...

@diasbruno Yes. My project is React 18. I am able to build and run it without any problems. However, this is not an essential solution, but an interim method. I...

Sorry, the check on the VSCode editor seemed to resolve the problem, but in the actual build process, the problem continued. I will look into it again to see if...

I have tried many things, but adding this setting to `tsconfig.json` will make the type definitions strict at build time. The type definition file that overrides the react-modal definition should...