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
However, smoke tests work fine for this directory. It appears this is because smoke tests duplicate the directory outside of the monorepo. This is confirmed by moving the directory out, and confirming that Preview.js works again.
There must therefore be some broken mechanism that disables JSX source transformation based on a parent directory. I haven't quite figured out what the source of the bug is.
This seems low priority as it may only occur inside the previewjs repo, but if you see this bug happening in your own codebase, please comment below.
The text was updated successfully, but these errors were encountered:
For example,
previewjs/framework-plugins/react/tests/apps/cra-js/src/App.js
Line 4 in 849fa88
This happens across VS Code and CLI.
However, smoke tests work fine for this directory. It appears this is because smoke tests duplicate the directory outside of the monorepo. This is confirmed by moving the directory out, and confirming that Preview.js works again.
There must therefore be some broken mechanism that disables JSX source transformation based on a parent directory. I haven't quite figured out what the source of the bug is.
This seems low priority as it may only occur inside the previewjs repo, but if you see this bug happening in your own codebase, please comment below.
The text was updated successfully, but these errors were encountered: