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

KeyframeTrack: Fix toJSON static override check #21342

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

ianpurvis
Copy link
Contributor

Subclasses of KeyframeTrack classes will never have undefined static toJSON

Related issue: #20013 (comment)

Description

Fixes Uncaught RangeError: Maximum call stack size exceeded regression after ES6 class conversion.

  Subclasses of KeyframeTrack classes will never have undefined static toJSON
@Mugen87 Mugen87 added this to the r126 milestone Feb 23, 2021
@mrdoob mrdoob merged commit e8c7eaf into mrdoob:dev Feb 23, 2021
@mrdoob
Copy link
Owner

mrdoob commented Feb 23, 2021

Thanks!

@ianpurvis ianpurvis deleted the fix-keyframe-track-tojson branch February 23, 2021 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants