Skip to content
New issue

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

Add support for lazy() imports? #199

Open
jasperfirecai2 opened this issue Dec 10, 2024 · 0 comments
Open

Add support for lazy() imports? #199

jasperfirecai2 opened this issue Dec 10, 2024 · 0 comments

Comments

@jasperfirecai2
Copy link

I've been looking for any way to enforce sorting of lazy imported react components. with the very limited other options, this package feels like my only hope outside of writing an integration test. it surprises me I couldn't find a package for it already given how big React is. Lazy imports are always in the format of const Component = /*React.*/lazy(() => import('path')/*or require*/);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant