-
Notifications
You must be signed in to change notification settings - Fork 72
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
[🚀 Request] Remove dynamic import from TextView #889
Comments
hi @mlorinc isn't |
Hi @goverdhan07, thank you for your comment. I did not realize node16 is used instead CommonJS in this project, so I apologize for that. Is there at least way to move import statement from function body to file header? |
I cannot find out any easy working way how to do that at least at class level... |
Improper use of dynamic import on line AbstractViews.ts:94. Use standard import instead.
The text was updated successfully, but these errors were encountered: