Open jalik opened 7 years ago
I got this error with meteorhacks:ssr@2.2.0 :
SyntaxError: missing ) after argument list in Object.SSR.compileTemplate (packages/meteorhacks_ssr.js:222:32)
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.
SSR.compileTemplate(name, content)
name
I got this error with meteorhacks:ssr@2.2.0 :
SyntaxError: missing ) after argument list in Object.SSR.compileTemplate (packages/meteorhacks_ssr.js:222:32)