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 am using Pattern Lab Node v5.15.7 on Mac, with Node v12.13.1, using a Vanilla Edition and Twig Engine.
Expected Behavior
All links render correctly.
Actual Behavior
The links (href-attribute) for logo elements (most likely out of /packages/starterkit-twig-demo/dist/_patterns/atoms/images/logo.twig / {{ link.pages-homepage }}) are currently being rendered as "NaN"
Steps to Reproduce
Start a local instance e.g. with yarn run setup && yarn run preview:hbs && cd packages/development-edition-engine-twig/ && yarn dev from root and open http://localhost:3000/?p=atoms-logo
The text was updated successfully, but these errors were encountered:
I am using Pattern Lab Node
v5.15.7
onMac
, with Nodev12.13.1
, using aVanilla
Edition and Twig Engine.Expected Behavior
All links render correctly.
Actual Behavior
The links (
href
-attribute) for logo elements (most likely out of/packages/starterkit-twig-demo/dist/_patterns/atoms/images/logo.twig
/{{ link.pages-homepage }}
) are currently being rendered as "NaN"Steps to Reproduce
Start a local instance e.g. with
yarn run setup && yarn run preview:hbs && cd packages/development-edition-engine-twig/ && yarn dev
from root and open http://localhost:3000/?p=atoms-logoThe text was updated successfully, but these errors were encountered: