-
Notifications
You must be signed in to change notification settings - Fork 404
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: CurrentUserChecker type compatibility bug #1495
Comments
Could you provide your ts version? |
|
Could you setup a minimal repro repo? My local version doesn’t even allow me to deconstruct the state property because the context property is optional in Action |
Hello, I have the issue too |
@serolgames Please setup a minimal repro repo. |
Here you go: https://github.com/sezanzeb/currentuserchecker-type-error |
Reverted |
thanks, typings are fixed for me |
@attilaorosz my error is fixed with |
Description
@attilaorosz
CurrentUserChecker
type is broken after upgradingrouting-controllers
from0.10.4
to0.11.0
.Minimal code-snippet showcasing the problem
Expected behavior
No type error.
Actual behavior
The text was updated successfully, but these errors were encountered: