-
`test` does not have `done` callback. Instead, it is now `assert`.
This would probably make case https://github.com/fusionjs/fusion-test-utils/issues/189 stronger.
### Type of issue
Eh, could…
ardok updated
5 years ago
-
### Type of issue
Feature Request
### Description
Add support for web workers by default. [workerize-loader](https://github.com/developit/workerize-loader) or [worker-loader](https://github.c…
-
Latest version does not support flow 0.94 due to the following error. This error does not occur in 0.93
```
Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/fusion-core/flow…
-
Update webpack config so that module imports from `src/sw.js` point to the browser and not node.
We want to be populate src/sw.js in apps like this:
```js
import {getHandlers} from "fusion-plug…
-
Whenever I import koa-bodyparser it gives me following error in console. I'm using Uber's Fusionjs app.
-
> npm version is 5.6.0, node version is 8.11.2.
Creating a new Fusion.js app in: /Users/vivek/vivek/fusion-framework-try/my-app
events.js:183
throw er; // Unhandled 'error' event
^…
-
It looks like the current support for React elements is limited to CRA projects.
Would it be possible to add support for the new CRA alternative https://fusionjs.com/ ?
-
Today I wanted to get started with Fusion.js and followed the guide on [https://fusionjs.com/docs/getting-started](https://fusionjs.com/docs/getting-started).
I've used `yarn create fusion-app my-fus…
-
````sh
wm1 (flow-89) 🤖 yarn flow
yarn run v1.10.1
$ flow
Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/fusion-plugin-rpc-redux-react/src/hoc.js:78:55
Cannot add 'Wit…
-
### Type of issue
While using `yarn dev`, I am periodically seeing `Error: listen EADDRINUSE: address already in use :::57806` and have to keep restarting the server. I assume it's not opening/closin…