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
Hi,
I saw a similar problem here but it is not clear how to solve this problem.
I want to work with this library on the project. And I have a crash report after running:
Actual Behavior
./node_modules/scratch-paint/src/containers/paint-editor.jsx 308:12
Module parse failed: Unexpected token (308:12)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| render () {
| return (
> <PaintEditorComponent
| canRedo={this.props.shouldShowRedo}
| canUndo={this.props.shouldShowUndo}
It does not work in any react project that I have.
Steps to Reproduce
Simple way: create a blank react project with e.g. CRA with type-script, npm install scratch-paint
Expected Behavior
Hi,
I saw a similar problem here but it is not clear how to solve this problem.
I want to work with this library on the project. And I have a crash report after running:
Actual Behavior
It does not work in any react project that I have.
Steps to Reproduce
Simple way: create a blank react project with e.g. CRA with type-script, npm install scratch-paint
System Details
NPM 6.14.6
The text was updated successfully, but these errors were encountered: