James Johnson

Results 35 comments of James Johnson

I found that the error could be stopped by changing the `"eslintConfig"` section in the `package.json` to add the `NODE_ENV` variable: ```js { /*... snip ... */ "eslintConfig": { "extends":...

This is a great idea but it can only be done by the TinyMCE editor team as `tinymce-react` is just a wrapper. I will transfer the issue to them.

Apologies. I've just realized that I misread this. Transferring back.

Yes we should be able to expose those events. I'll put together a PR.

Ref: INT-2871, INT-2872

Note: adding events for the script loading (INT-2872) will require rewriting the script loader so that'll have to wait for scheduling.

Seems like this might be the same issue in react: https://github.com/tinymce/tinymce-react/issues/204 If we can figure out the solution to one it'll probably fix both.

To the best of my knowledge we have no documentation on working with Cypress. I will forward this to the tinymce-docs repo as that request is not relevant to the...

Generally avoid using it because it'll just make things harder. However since you asked I created a sample: https://codesandbox.io/s/using-seteditorinterval-56zdb1

According to the error message the file is being served as HTML instead of Javascript. I think you have some settings wrong on AWS. This stackoverflow question seems related to...