You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
The package is not usable with react 18 due to a breaking change (children is not added by default on FC component anymore).
So when upgrading to react 18 we get the following typing error:
Type '{ children: ReactNode; steps: ShepherdOptionsWithType[]; tourOptions: TourOptions; }' is not assignable to type 'IntrinsicAttributes & ShepherdProps'. Property 'children' does not exist on type 'IntrinsicAttributes & ShepherdProps'
The text was updated successfully, but these errors were encountered:
Hello,
The package is not usable with react 18 due to a breaking change (children is not added by default on FC component anymore).
So when upgrading to react 18 we get the following typing error:
Type '{ children: ReactNode; steps: ShepherdOptionsWithType[]; tourOptions: TourOptions; }' is not assignable to type 'IntrinsicAttributes & ShepherdProps'. Property 'children' does not exist on type 'IntrinsicAttributes & ShepherdProps'
The text was updated successfully, but these errors were encountered: