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
When developing, the demo page that pops up is blank and there is an error in the console inside of devtools saying that marked from the marked npm package is not a function. There was a new version of marked released at around 1pm on 10/6/2021 and it's been broken since.
Describe the bug
When developing, the demo page that pops up is blank and there is an error in the console inside of devtools saying that
marked
from themarked
npm package is not a function. There was a new version ofmarked
released at around 1pm on 10/6/2021 and it's been broken since.This only happens with components that are built using the WC Generator after this commit: 559b393#diff-38c424b322c7a39d8611e7d4df120ae548e41ed8efeee73bfe92c351fc880bfd.
To Reproduce
Steps to reproduce the behavior:
npm run dev
andnpm run serve
on any auro component.Expected behavior
The demo page pops up like it is supposed to.
Screenshots
Desktop (please complete the following information):
Additional context
Locking the
marked
version@3.0.4
in the file https://github.com/AlaskaAirlines/WC-Generator/blob/2d0867c7d6864908c86cc7948f4851f15615920d/template/demo/index.html should fix it.The text was updated successfully, but these errors were encountered: