-
**Describe the bug**
I am interested in exploring the use yjs in react-native and expo, using [valitio-yjs](https://github.com/dai-shi/valtio-yjs) and [y-websocket](https://github.com/yjs/y-websocket…
-
I was trying to figure out a way but it doesn't seem to work for me if I try to put this on server side.
I am using this boilerplate.
https://github.com/erikras/react-redux-universal-hot-example/
In…
-
I'm getting this error:
```javascript
ERROR in ./src/components/productProperties/productProperties.es6
Module not found: Error: Can't resolve 'isomorphic_style_loader' in '/Users/byofuel/code/toni…
-
Hey guys,
As most of you probably know, I am working with isomorphic javascript, there is a couple of solutions available, React (probably with Flux) (Facebook), Rendr (originally created by Airbnb a…
-
**Error:**
```
WithStyles.componentWillMount
node_modules/isomorphic-style-loader/lib/withStyles.js:71
68 | value: function componentWillMount() {
69 | var _context;
70 |
> 71 | …
-
## Background
We bumped to `webpack@5`. Should we move to `esbuild`?
Let's weight which one is better, in terms of size and speed (for DX).
## esbuild
Our bundle must be ES5. But esbuild e…
-
I get an error : UnhandledPromiseRejectionWarning: Error: Cannot find module 'isomorphic-style-loader/StyleContext'
here is the code:
import React from 'react';
import PropTypes from 'prop-t…
-
### Current Behavior:
`npm audit fix --force` recommends running `npm audit fix --force` (the same command) to fix issues.
This obviously makes no sense. `npm audit fix --force` should itself fi…
-
Hi
I am having problems doing a clean npm i. The output is:
```
C:\n\scalablets>npm i
npm WARN deprecated @types/reselect@2.2.0: This is a stub types definition for reselect (https://github.co…
-
Hi, instead of hardcoding this package to use `isomorphic-fetch`, is it possible to pass that dependency in? I'd like to use this package with `cross-fetch`, which is recommended over `isomorphic-fet…