Danil Vakhrushev
Danil Vakhrushev
you're wrapping the store on background, and then you able use it as simple redux store. for example ``` const store = createStore(reducers, initialState, middlewares); wrapStore(store, { portName: 'somePortName' });...
А при нажатии на `Save` и повторной загрузке они пропадают?
Have you solved the problem?
fast fix for me was ```component={Checkbox as "div"}```
Hello, sorry that it took so long. In new version, I've added tests and rewritten the original `path` tests based on the fact that this repository has separate runners for...
I'll take a look on failed tests
It's hard for me to debug on Windows, and it feels like it requires refactoring of almost all existing tests because they're not based on `path.sep` from the Node.js path...
I [refactored existing tests in forked version](https://github.com/davakh/enhanced-resolve/commit/3cdeb7af42827d7626487666145d4528c64438dc), but there are more things to think about: 1. `memfs` is partially supporting win32 paths: you can't create `C:\` volume files or any...
> > Replace or expand memfs library to use in tests. Maybe use another library exclusively for Windows tests. > > Maybe we can fake the behavior in places we...
Okay, sorry, I didn't expect for PR to be closed on force-push.. Related pull request: https://github.com/webpack/enhanced-resolve/pull/436