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
Since we were not sure if the new version of edge (which fixed the issue) was ready to use for us, we made a quick fix on a fork repo (https://github.com/Pickaw/edge) that you can also fork to use it on your project.
With Yarn, you can specify a peer resolution by adding this property in your package.json file:
"resolutions": {
"**/edge.js": "Pickaw/edge"
},
WARN: I recommend to fork our repo and use "githubUsername/edge" in your resolutions property, since we could delete our repo at any time when we won't need it anymore.
In my controller, I pass variables to my view like this:
From my view, if I do
{{ total }}
it will be empty, but it works if I pass the variable like a string:The text was updated successfully, but these errors were encountered: