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
I have the following error when trying to do a recursive include in a menu template.
This does work with the other jsmart in github but that one is way older. - https://github.com/miroshnikov/jsmart
Uncaught (in promise) SyntaxError: Invalid regular expression: /^\s*(/foreach)\s*$/: Stack overflow
at String.match (<anonymous>)
at Object.findTag (jsmart.js:283)
at Object.findCloseTag (jsmart.js:329)
at Object.parse (jsmart.js:199)
at Object.getTree (jsmart.js:130)
at Object.loadTemplate (jsmart.js:715)
at Object.parse (jsmart.js:1209)
at Object.parse (jsmart.js:211)
at Object.parse (jsmart.js:1267)
at Object.parse (jsmart.js:200)
I have the following error when trying to do a recursive include in a menu template.
This does work with the other jsmart in github but that one is way older. - https://github.com/miroshnikov/jsmart
The text was updated successfully, but these errors were encountered: