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
We've been building components in Atom on one side of the screen, with the port-3000 Drizzle UI on the left side of the screen. When we had syntax errors, we had to switch to terminal to find the error that npm was spitting out - it'd have been awesome if the Drizzle UI had shown us that npm was erroring somehow.
Here are some examples of syntax errors that didn't kill npm, but did prevent us from seeing any change in Drizzle:
{{embed "patterns.components.pagination.base" }}{{/embed}}
(missing the # on {{# )
{{#embed "pattern.components.pagination.base"}}{{/embed}}
(missing the s on patterns ) {{#embed patterns.components.pagination.base}}{{/embed}}
(missing the "s on the location )
The text was updated successfully, but these errors were encountered:
We've been building components in Atom on one side of the screen, with the port-3000 Drizzle UI on the left side of the screen. When we had syntax errors, we had to switch to terminal to find the error that npm was spitting out - it'd have been awesome if the Drizzle UI had shown us that npm was erroring somehow.
Here are some examples of syntax errors that didn't kill npm, but did prevent us from seeing any change in Drizzle:
{{embed "patterns.components.pagination.base" }}{{/embed}}
(missing the
#
on{{#
){{#embed "pattern.components.pagination.base"}}{{/embed}}
(missing the
s
onpatterns
){{#embed patterns.components.pagination.base}}{{/embed}}
(missing the
"
s on the location )The text was updated successfully, but these errors were encountered: