fusion-core icon indicating copy to clipboard operation
fusion-core copied to clipboard

Migrated to https://github.com/fusionjs/fusionjs

Results 15 fusion-core issues
Sort by recently updated
recently updated
newest added

I have created a new issue on Storybook project to support Fusion: https://github.com/storybooks/storybook/issues/4017 . It would be great to collaborate with Storybook developers to make this happen, as the current...

Right now when a developer performs `console.log()` on a string escaped by the html method in fusion-core, it's logged as an empty object. This makes it pretty confusing, so it...

Currently walking the DI system information to produce meaningful error messages is non-trivial due to not having a graph that we can easily traverse. This task is to revisit the...

In order to have flow be accurate, we should consider creating a noop ctx object in the browser to match the server api.

Type checking for token aliasing is not great at the moment, as it allows you to alias tokens of different types. We should keep an eye on the development of...