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
'Trans' cannot be used as a JSX component.
Its return type '"symbol" | "object" | "hr" | "s" | Element | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | ... 158 more ... | FunctionComponent<...>' is not a valid JSX element.
Type '"symbol"' is not assignable to type 'Element | null'.ts(2786)
Describe the bug
To Reproduce
Expected behavior
<Trans />
is supposed to be a component.Additional context
https://github.com/jesec/flood/blob/7e56cd99ac0e86207517af56ade9e7708d0f0688/client/src/javascript/components/alerts/Alert.tsx#L31
npm list @babel/core
.babelrc
) or framework you use (Create React App, Meteor, etc.)The text was updated successfully, but these errors were encountered: