We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't see the preview entry when I use tsx syntax, such as Demo.tsx
The text was updated successfully, but these errors were encountered:
It's meant to work. Please share an example repo so I can help, thanks.
Sorry, something went wrong.
share
at following expamle,I can't see the preview entry
Thanks for the example. At the moment only top-level JSX declarations work, for example:
export const MyComponent = () => (<div>text</div>);
No branches or pull requests
I can't see the preview entry when I use tsx syntax, such as Demo.tsx
The text was updated successfully, but these errors were encountered: