You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version, more specifically this PR, seems to cause type errors when upgrading, at least when using a not so recent Ember version and non-native types.
The published declarations/settled.d.ts file has this as its first line:
The latest version, more specifically this PR, seems to cause type errors when upgrading, at least when using a not so recent Ember version and non-native types.
The published
declarations/settled.d.ts
file has this as its first line:This probably works if you have latest native types (idk, I assume), but it fails for us with:
I don't think there is a need to expose that checkWaiters type to the outside, it is only used internally, isn't it?
cc @NullVoxPopuli
The text was updated successfully, but these errors were encountered: