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 has been archived by the owner on Feb 24, 2024. It is now read-only.
Hello, If I send additional contexts to partial by optional argument, something went wrong. In my case, route helpers are not working.
What I understand from URL below is, "local" variables can be passed to partial but at this time, it is additional variable or override existing variable, but also existing contexts of parent are passed with it.
Hello, If I send additional contexts to
partial
by optional argument, something went wrong. In my case, route helpers are not working.What I understand from URL below is, "local" variables can be passed to partial but at this time, it is additional variable or override existing variable, but also existing contexts of parent are passed with it.
https://gobuffalo.io/en/docs/partials
Steps to Reproduce the Problem
Following partial is used for test:
From caller side, working version is like this:
It shows
/login
as expected.But if I call this partial with
It makes error
I am using buffalo 0.11.0.
The text was updated successfully, but these errors were encountered: