-
Notifications
You must be signed in to change notification settings - Fork 110
Link not working with pattern parameters in action #102
Comments
in an unlikely workaround scenario, does
work instead? (pattern parametes are buggy - i wonder if using only the stylemodier syntax would work) http://patternlab.io/docs/pattern-stylemodifier.html |
@bmuenzenmeyer That seemed to do the trick workaround wise. Since we were naming the
|
good. sorry for the inconvenience. after some client work finishes up i plan to re-focus again more on issues such as these. as we've always maintained.... the more you use pattern parameters, the more trouble you get into 😱 |
@bmuenzenmeyer No worries, just glad there's a workaround for now. Thanks! |
I've fixed this, and perhaps found the source of many other bugs due to an order of operations problem with core. Look for an official release soon. |
@bradfrost @frostyweather
|
Expected Behavior
Using link in JSON, such as:
Should render links correctly when pattern parameters are in place, such as:
Actual Behavior
The
{{ url }}
field is replaced withlink.pages-homepage
, resulting in a link that looks like<a href="link.pages-homepage">
. This returns a 404 page when clicked.Steps to Reproduce
link
to another Pattern Lab page in JSON.The text was updated successfully, but these errors were encountered: