-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
Use chaining no longer works #1650
Comments
#1639 would fix this |
I think the preferred usage these days is to not chain it and use the exported but you are right, #1639 would allow you to chain again and should be merged |
I understand - but then either #1639 should be merged or type definitions updated. |
The PR should be merged 👍 If I get chance I can try catch it up and get it done |
Previously I often used code like
Now it no longer works - I have to ho with
The type definitions suggest that the old way should work - that use returns
Chai.ChaiStatic
but it is not the case.It may be related to #1638 - fix proposed there would also fix this issue.
The text was updated successfully, but these errors were encountered: