-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cannot call function csrfField #17
Comments
Components state is isolated, so you will have to pass the csrfField method to it from your parent template
|
Hey @edDimensi! 👋 According to the name of your component if think you should use partials instead of a component. Components are created to be reused (like, |
Hm, but i see issue #2 and csrfField it's global helper, not? |
It's a local variable share for each request, since the value of |
partials/popups.edge
components/modalLogin
Error
The text was updated successfully, but these errors were encountered: