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
I'm considering passing the request object from the parent context to the component transparently if it's available. My reasoning is that a bunch of existing template tags require the request object to function.
I'm considering passing the
requestobject from the parent context to the component transparently if it's available. My reasoning is that a bunch of existing template tags require therequestobject to function.Thoughts?