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
'Vimeo' cannot be used as a JSX component.
Its instance type 'Vimeo' is not a valid JSX element.
The types returned by 'render()' are incompatible between these types.
Type 'import("./node_modules/@u-wave/react-vimeo/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.
Type '{}' is not assignable to type 'ReactNode'.ts(2786)
This error has been occurring since the recent update to v0.9.6
The text was updated successfully, but these errors were encountered:
The latest release is missing React 18 in peerDependencies. This is apparently causing trouble. For the moment I ignore it with @ts-ignore in my Next.js App.
I think this could also be because of mismatching @types/react versions. 0.9.7 accepts typings from react 17 and react 18 so hopefully your package manager will install the right one for you now.
This error has been occurring since the recent update to v0.9.6
The text was updated successfully, but these errors were encountered: