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
Exception: Error: Failed to walk dependency [marko-hydrate:
.........
Cause: AssertionError [ERR_ASSERTION]: "targetModule" should be a string
at module.exports (/Users/brywatson/e4csite/node_modules/lasso/node_modules/raptor-util/createError.js:7:50)
at walkDependency (/Users/brywatson/e4csite/node_modules/lasso/src/dependency-walker.js:123:23)
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js:228:7)
I added some debug logic at lasso/src/resolve/index.js:29 and found that the below less object is coming in the targetModule and causing the crash:
If I remove the style from this template it will use the next less style it finds to cause the crash. This does not happen on other pages that are loading in what appears to be identical ways.
I'm using marko@4.7.5lasso@3.1.2 and lasso-marko@2.4.0
The text was updated successfully, but these errors were encountered:
One of my pages is failing with the below stack:
I added some debug logic at
lasso/src/resolve/index.js:29
and found that the below less object is coming in thetargetModule
and causing the crash:If I remove the style from this template it will use the next less style it finds to cause the crash. This does not happen on other pages that are loading in what appears to be identical ways.
I'm using
marko@4.7.5
lasso@3.1.2
andlasso-marko@2.4.0
The text was updated successfully, but these errors were encountered: