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
During the build process, the following warning was displayed in the console: [WARNING] "overflow-X" is not a known CSS property [unsupported-css-property]
To Reproduce
Steps to reproduce the behavior:
npm install toast-ui/editor.
Run npm run build.
Observe the warning in the console output.
See error
Expected behavior
The build process should complete without any warnings or errors.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
During the build process, the following warning was displayed in the console:
[WARNING] "overflow-X" is not a known CSS property [unsupported-css-property]
To Reproduce
Steps to reproduce the behavior:
npm run build
.Expected behavior
The build process should complete without any warnings or errors.
Screenshots
The text was updated successfully, but these errors were encountered: