react-scheduler-demo icon indicating copy to clipboard operation
react-scheduler-demo copied to clipboard

[Question] Error in functional component implementation

Open jaballogian opened this issue 3 years ago • 1 comments

Hello,

I'm trying to recreate this https://github.com/DHTMLX/react-scheduler-demo demo using the functional component instead of the class-based component here https://codesandbox.io/s/learn-dhx-scheduler-04r17f.

But there is an error with the scheduler below.

TypeError
this.$container.setAttribute is not a function

image

What's the source of the error and what's the solution to use the DHTMLX Scheduler component with functional component properly?

jaballogian avatar Feb 24 '22 04:02 jaballogian