CultureHQ / add-to-calendar

A small package for adding an event to a calendar.

Home Page:https://engineering.culturehq.com/add-to-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React 18: Missing `children` props

Avasam opened this issue · comments

In React 18, the children prop is no longer part of the React.FC type by default and has to be explicitly added.
image

@Avasam did you find any solution/alternative to this? Having the same issue when upgraded to React 18 Next 13

commented

I haven"t touched or seen the relevant code in about a year. But I'd assume either // @ts-expect-error comment or I patched the library using patch-package.