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
I had a confusing problem where React 18.2.0 symbols were getting emitted despite no mentions in the repo, causing a mismatch between CI and local snapshots. The problem was that I had a global ~/node_modules folder with an older version of @types/react. b0c554b (#296)
We should exclude global deps during tests.
The text was updated successfully, but these errors were encountered:
I had a confusing problem where React 18.2.0 symbols were getting emitted despite no mentions in the repo, causing a mismatch between CI and local snapshots. The problem was that I had a global
~/node_modules
folder with an older version of@types/react
.b0c554b
(#296)We should exclude global deps during tests.
The text was updated successfully, but these errors were encountered: