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
This PR added a new configuration option of strictCheck to codependency.register(). Unfortunately, the type definitions here weren't also updated with the new option, causing type checking errors for Typescript users of the library that try to use this option.
It looks like the original type definitions were created by someone else, but I thought you should have a heads-up on this issue, since it makes it harder for people to use your library.
Thanks.
The text was updated successfully, but these errors were encountered:
This PR added a new configuration option of
strictCheck
tocodependency.register()
. Unfortunately, the type definitions here weren't also updated with the new option, causing type checking errors for Typescript users of the library that try to use this option.It looks like the original type definitions were created by someone else, but I thought you should have a heads-up on this issue, since it makes it harder for people to use your library.
Thanks.
The text was updated successfully, but these errors were encountered: