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 Oct 6, 2023. It is now read-only.
Hi @Akryum,
I'm getting a test to Peeky, it rocks as usual!
One thing I've encountered: when using jsx in my test, I've a
React is not defined
error.However, importing React is not needed anymore to parse JSX (see https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html).
I've also tried in a typescript file, with
jsx: "react-jsx"
configuration, but without any success.Any thoughts?
Thx!
The text was updated successfully, but these errors were encountered: