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
Interestingly I get a different error in my editor when looking at this:
[tsserver 2786] [E] 'HelmetProvider' cannot be used as a JSX component.
Its instance type 'HelmetProvider' is not a valid JSX element.
Type 'HelmetProvider' is missing the following properties from type 'Component<any, any>': state, props, context, setState, and 2 more.
If you use Typescript to try this #919
Then you will find your
JSX.Element
(VNode<any>
) fromwmr
didn't have thechildren
property.It's a very annoying error.

The text was updated successfully, but these errors were encountered: