TypeError: str.match is not a function
TypeError: Cannot read property 'destroy' of undefined
TypeError: str.match is not a function
I noticed that there are two ways to implement the custom editor window. The first one which is the one you provided is by providing a function that returns JSX element. The other approach is by setting up a text/x-template element and provide its id to the editorTemplate attribute.
The first approach didn't work for me at all while the second worked fine except on production.
Why the first approach doesn't work?
BTW, I'm using version 19.1.54 of the ej2-react-schedule
Also I'm attaching the screen show of how it shows on my screen when it is broken.
Thanks