react-complete-guide-code
react-complete-guide-code copied to clipboard
React 18 requires setting up children prop
Just my two cents, since React 18 requires setting up children prop, I have created a workaround to getting the children prop back without the React,FC.
Helpful in resolving this error
Type '{ children: Element[]; }' has no properties in common with type 'IntrinsicAttributes'.