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
When running jest tests against files that have shorthand Fragment usage, they complain that Fragment doesn't exist. But when putting that in, eslint complains that Fragment is never used.
I then can't use the shorthand Fragments (<></>).
The text was updated successfully, but these errors were encountered:
I would love to work on this issue, however by my understanding it's not as simple as adding "fragment": "Fragment" to the react settings since that would be understood as h.Fragment and not the actual Fragment import. If there is a good approach to do this, I would like to create a PR but so far I would be unsure where to start here. With a little nudge, I am more than willing to invest some time into this!
When running jest tests against files that have shorthand Fragment usage, they complain that Fragment doesn't exist. But when putting that in, eslint complains that
Fragment is never used
.I then can't use the shorthand Fragments (
<></>
).The text was updated successfully, but these errors were encountered: