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
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Hi, I'm a little confused about how EMPTY_MIDDLEWARE works. It's empty and therefore returns nil. Since it runs last, it makes all of my stacks return nil instead of their current env.
I'm doing the following in my code to work around this: