Replies: 1 comment
-
|
I would probably pass Zoo in as a global (maybe with a hidden name like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a usecase where I need to add a context to a function like so
as you can see the template is
Zoocontexed so I need some functions to be injected with a Zoo instance.What I thought I can do is to create an
Envfor eachZoo, would that be good? wouldn't it cause unnecessary template compiles?Beta Was this translation helpful? Give feedback.
All reactions