-
Notifications
You must be signed in to change notification settings - Fork 101
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
Does not work with react-scripts 2.0.4 #41
Comments
It does not work because RCA transpiling an application to ES5. I'm trying to resolve the issue but at this moment I don't have any working solution. |
But would be good to see your error from the console. You may have something other than me and my assumption could be incorrect. |
Hi @desaifly, You posted a TypeScript error and I guess it's not connected to the |
Or it's just a prompt from your IDE that supports TypeScript. |
Hi @ma2ciek Your second comment is correct. This is a prompt from VS Code. I opened the project in the Atom IDE and does not show the error. |
So, an important question is – does your application work correctly? Can you open a browser and see the editor? |
My rest of the app works fine. I also created a new react project with only Ckeditor. It works fine if I use react-script 1.5.1; however when I upgraded to 2.0.4, the console gave following error.
|
See facebook/create-react-app#5387. I have the same error. Unfortunately, I don't have any idea how to resolve it at this moment. |
Let's continue this thread in #40 because these are duplicates. |
I upgraded react-scripts to 2.0.4 and Ckeditor stopped working. It produces empty div. Following are package.json and react component.
package.json:
Simple react code:
The text was updated successfully, but these errors were encountered: