Skip to content

CI fix: make types compatible with typescript 4.6#1986

Merged
LinusU merged 1 commit intomasterfrom
fix-ci
Feb 24, 2022
Merged

CI fix: make types compatible with typescript 4.6#1986
LinusU merged 1 commit intomasterfrom
fix-ci

Conversation

@chearon
Copy link
Collaborator

@chearon chearon commented Feb 10, 2022

Typescript 4.6 seems to have changed globalCompositeOperation from string to an enum of strings, which means instead of narrowing the type we are now trying to widen it, which is impossible.

Copy link
Collaborator

@LinusU LinusU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! 👍

@LinusU LinusU merged commit 6fd0fa5 into master Feb 24, 2022
@LinusU LinusU deleted the fix-ci branch February 24, 2022 19:12
@chearon chearon mentioned this pull request Mar 1, 2022
1 task
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.

2 participants