-
Notifications
You must be signed in to change notification settings - Fork 41
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
Framework's request and response on beforeSave #173
Comments
Ah, yeah. As documented here, the signature for |
Note: more generally, there have been a few breaking changes in the RCs, so I'd definitely recommend reviewing the changelog before upgrading if you aren't already. I try to document breaking changes pretty thoroughly there. |
Thank you so much! |
Ahh, thank you for pointing this out. I didn't realize it hadn't been updated. Will reopen this issue as a reminder to myself to update that. A PR would also be welcome, if you feel inspired. |
@ethanresnick
While doing work with latest version
3.0.0-rc.6.0.1
, I can't get data/property that I make change on Express middlewares before passing to the libraryFor example: with express session,
req.session
now is undefinedit works fine before (I tested with
3.0.0-beta.24
)The text was updated successfully, but these errors were encountered: