-
Notifications
You must be signed in to change notification settings - Fork 123
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
Cannot read properties of undefined (reading 'pop') #93
Comments
I am also getting exactly the same problem. Please provide a solution. |
I have the same error
Because Quill normalizes the key name and instead of Backspace it makes it the actual key code: 8 |
up |
you save me! ++ add the route |
export const modules = { imageUploader: { |
Cannot read properties of undefined (reading 'pop')
![微信截图_20230802174942](https://private-user-images.githubusercontent.com/114480972/257774434-60d3cd5a-de3d-4ca3-91c2-6136d484e68c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDgxMTUsIm5iZiI6MTczOTMwNzgxNSwicGF0aCI6Ii8xMTQ0ODA5NzIvMjU3Nzc0NDM0LTYwZDNjZDVhLWRlM2QtNGNhMy05MWMyLTYxMzZkNDg0ZTY4Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQyMTAzMzVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00NjJiNGIyODJkZjA5MDI1OGI0NWQxNWU4OWQxODUxOTJjMzg0OTYzMTBhZjAxYzNlNzgzM2NkZDUwNTkzMWE2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.b5o0A7eSIEAQq892xTpQxbrctNZtVLAtsLssy5rBnBE)
TypeError: Cannot read properties of undefined (reading 'pop')
at new quill_better_table_BetterTable (webpack-internal:///./node_modules/quill-better-table/dist/quill-better-table.js:3067:66)
The text was updated successfully, but these errors were encountered: