Skip to content

Conversation

@rogi29
Copy link

@rogi29 rogi29 commented Aug 20, 2023

As noted in the issue below, currently inserting React Nodes as a children prop into the StateInspector component will result with a TypeError. #83

This is an issue for React >18 only, as noted in the stackoverflow below, the React.FC type does not include the children: ReactNode anymore. https://stackoverflow.com/questions/71788254/react-18-typescript-children-fc/71800185#71800185

As noted in the issue below, currently inserting React Nodes as a children prop into the StateInspector component will result with a TypeError.
troch#83

This is an issue for React >18 only, as noted in the stackoverflow below, the React.FC type does not include the children: ReactNode anymore.
https://stackoverflow.com/questions/71788254/react-18-typescript-children-fc/71800185#71800185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant