Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Yarn link workflows broken #31

Closed
KevinGrandon opened this issue Nov 21, 2017 · 1 comment
Closed

Yarn link workflows broken #31

KevinGrandon opened this issue Nov 21, 2017 · 1 comment

Comments

@KevinGrandon
Copy link
Contributor

When using yarn link on packages which leverage HTML sanitization[1] in fusion-core Symbols break across packages.

STR:

  • cd fusion-core && yarn link fusion-core
  • cd fusion-plugin-react-router && yarn link fusion-plugin-react-router
  • cd myapp && yarn link fusion-core && yarn link fusion-plugin-react-router
  • Load your app in a browser.

Expected result:

  • Page loads and everything works fine.

Actual result:

  • See an error regarding escaped context HTML not appearing.

[1]

const key = Symbol('sanitized html');

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants