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
The error is thrown because I called SSR.compileTemplate(name, content) with name containing a singlequote, since your are using eval, it seems to break the stuff.
I got this error with meteorhacks:[email protected] :
SyntaxError: missing ) after argument list in Object.SSR.compileTemplate (packages/meteorhacks_ssr.js:222:32)
The text was updated successfully, but these errors were encountered: