-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix GlobalCompositeOperation
error in data grid package
#298
Comments
I dug a little, and I think the reason is that they tightened things in typescript so the type wouldn't be the same depending on the given string -- and for an unknown string, that means an error : see here |
This looks like a trivial fix:
|
Did you want to open a PR with your proposed changes (so credit can be attributed in commit log etc), or are you hoping someone else can code this up? |
PS: It is also worth noting what the proposed change would do to the minimally required TS version. |
I don't know how that changes the minimally required TS version. Last time an upstream wanted a PR for a trivial fix (so credit can be attributed in commit log etc), the commit still looks like it comes from upstream, see, so I'm not sure I'll bother this time. |
I see your commit in the history: graph-algorithms/edge-addition-planarity-suite@c03109f |
GlobalCompositeOperation
error in data grid package
Compiling datadrid with a recent typescript leads to:
So I guess there's again a stricter typing in typescript breaking parts of lumino.
By recent version of typescript, I mean 4.6.3.
The text was updated successfully, but these errors were encountered: