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
Middlewares require to manually call the super.bind() function when they are constructed. There are currently no hooks for a middleware to know when a subclass implementation is done creating its constructs.
Solution/User Experience
We propose the creation of an onCreate method allowing middlewares to override it and create their resources as part of it.
Alternative solutions
No response
The text was updated successfully, but these errors were encountered:
Use case
Middlewares require to manually call the
super.bind()
function when they are constructed. There are currently no hooks for a middleware to know when a subclass implementation is done creating its constructs.Solution/User Experience
We propose the creation of an
onCreate
method allowing middlewares to override it and create their resources as part of it.Alternative solutions
No response
The text was updated successfully, but these errors were encountered: