-
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-route…
-
We have a few issues with the current `createToken` api which would be solved by some small changes.
1. Move createToken into `fusion-core`
This allows `fusion-core` to define more about the s…
-
A tad backwards for this, but the PR should be self explanatory:
https://github.com/fusionjs/fusion-plugin-react-redux/pull/4
TL;DR - Running Redux Dev Tools in Chrome caused other enhancers to …
-
I have found myself confusing when to use `app.register` vs `app.configure` a few times when working through the DI migration. To give some context, we have two things that can be given to the DI syst…
-
![image](https://user-images.githubusercontent.com/122602/33057105-0328c956-ce3e-11e7-957f-4840638a2d96.png)
Leads to this like:
```
var _pageData = JSON.parse(unescape(document.getElementById('_…
-
I'm trying to write a custom renderer for fusion (replacement of fusion-react), and in order to SSR I need to be able to extract information from the context during the request.
Sorry if this is a…