-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
Blocksuite Affine module issue for CheckBoxCheckSolidIcon #9050
Comments
Following |
Isn't this a typo? CheckBoxC k eckSolidIcon => should be a h here instead? |
what was changed on npm package with same number today? there are no changes in the repo... |
My solution: $ cd node_modules/.pnpm
$ grep -r CheckBoxCkeckSolidIcon ./@blocksuite+*|awk -F\: '{print $1}'|sort|uniq|xargs sed -i "" -e 's/CheckBoxCkeckSolidIcon/CheckBoxCheckSolidIcon/g' |
Feel a bit hacky but if the authors refused to maintain/update this, what else can we do? ¯\(ツ)/¯ |
thing is this is MPL which means you need make public your changes, is not that is not simple to fix, is that it seems this package can't be used anymore. better to move on. bad thing is that I would pay to use it... it is clear they don't want that also |
Provides a easier way to fix above issue, manually |
Hello, I am facing this module issue using @blocksuite/affine.
X [ERROR] No matching export in "node_modules/@blocksuite/icons/dist/lit.mjs" for import "CheckBoxCkeckSolidIcon"
Did you mean to import "CheckBoxCheckSolidIcon" instead?
X [ERROR] No matching export in "node_modules/@blocksuite/icons/dist/lit.mjs" for import "CheckBoxCkeckSolidIcon"
Did you mean to import "CheckBoxCheckSolidIcon" instead?
X [ERROR] No matching export in "node_modules/@blocksuite/icons/dist/lit.mjs" for import "CheckBoxCkeckSolidIcon"
Did you mean to import "CheckBoxCheckSolidIcon" instead?
The text was updated successfully, but these errors were encountered: