react-complete-guide-code icon indicating copy to clipboard operation
react-complete-guide-code copied to clipboard

React 18 requires setting up children prop

Open anthonyiu opened this issue 1 year ago • 1 comments

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.

anthonyiu avatar Mar 06 '23 22:03 anthonyiu

Helpful in resolving this error

Type '{ children: Element[]; }' has no properties in common with type 'IntrinsicAttributes'.

Uzo-Felix avatar Apr 17 '23 13:04 Uzo-Felix