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
react
While unit testing I noticed we have dependencies on react not only in our dev dependencies (for the documentation) but also in our production code.
This is really bad, we basically include two UI frameworks, Vue and React. This causes apps to be unnecessarily large.
I suspect NcRichText to be the reason, but need to investigate.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While unit testing I noticed we have dependencies on
react
not only in our dev dependencies (for the documentation) but also in our production code.This is really bad, we basically include two UI frameworks, Vue and React.
This causes apps to be unnecessarily large.
I suspect NcRichText to be the reason, but need to investigate.
The text was updated successfully, but these errors were encountered: