You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn build
yarn run v1.22.18
$ tsc && vite build
src/main.ts:41:5 - error TS2304: Cannot find name 'Quill'.
41 new Quill('#editor', options);~~~~~
Found 1 error in src/main.ts:41
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
After Quill integration, the
yarn build
target bump errors.As a general rule, for each commit, the target
build
needs to be checked.@mominur-helios please take a look.
TY!
The text was updated successfully, but these errors were encountered: