Skip to content
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

Split feature doesn't work in REACT #7374

Closed
taauntik opened this issue Aug 24, 2023 · 1 comment
Closed

Split feature doesn't work in REACT #7374

taauntik opened this issue Aug 24, 2023 · 1 comment
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

Forum post

Hello,
We try to implement the scheduler split feature in our scheduler. At the moment we get an error when we try to split a scheduler.

vue.runtime.esm.js:1897 TypeError: this.selectedCollection.includes is not a function
    at SchedulerPro.isAssignmentSelected (schedulerpro.module.js:126589:1)
    at SchedulerPro.generateRenderData (schedulerpro.module.js:124908:1)
    at eval (schedulerpro.module.js:128597:1)
    at Array.reduce (<anonymous>)
    at ProHorizontalRendering.layoutEvents (schedulerpro.module.js:128595:1)
    at ProHorizontalRendering.layoutResourceEvents (schedulerpro.module.js:128639:1)
    at ProHorizontalRendering.getResourceLayout (schedulerpro.module.js:128738:1)
    at ProHorizontalRendering.renderer (schedulerpro.module.js:128769:1)
    at TimeAxisColumn.internalRenderer (schedulerpro.module.js:130680:1)
    at TimeAxisColumn.callback (schedulerpro.module.js:2381:1)

Reproduced with react-tooltips demo

@taauntik taauntik added bug Something isn't working forum Issues from forum OEM OEM customer labels Aug 24, 2023
@isglass isglass added the high-priority Urgent to have fixed label Aug 24, 2023
@marciogurka
Copy link

Reproducible on Grid demo by changing appendTo to adopt.

The error is being caused because of the use of adopt in our Core, which will need deeper investigation to fix it.

@isglass isglass added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Sep 27, 2023
@isglass isglass added this to the 5.5.4 milestone Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

4 participants