-
Just did a clean checkout of this repo and did an `npm install` then `npm start` and I get:
_after `npm start`_
```
npm ERR! Darwin 14.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "run" "dev-server…
-
Hey!
I've tried to use it with react isomorphic tools, and got that error. Is it possible to mock `window` somehow? Or make it agnostic?
-
### Reproduction
https://stackblitz.com/~/github.com/joaoguidev/RemixDompurify
### System Info
```shell
System:
OS: Windows 11 10.0.22621
CPU: (20) x64 12th Gen Intel(R) Core(TM) i…
-
This was changed in React v0.12 (http://facebook.github.io/react/blog/2014/10/28/react-v0.12.html). Just a heads up.
And thanks for putting this together. It really helped me understand how to do is…
-
## What's the problem
I built a next.js application with serveless option, but simply importing this library it throws this error:
```
Failed to compile.
ModuleNotFoundError: Module not found: Err…
-
Hello,
cloned latest
npm installed
- throws error
ERROR in ./app/routes/Forms/Typeahead/components/utils.js
Module not found: Error: Can't resolve 'isomorphic-fetch' in '/lhome/grperry/github/air…
-
The version we use is affected by [CVE-2020-15168](https://github.com/advisories/GHSA-w7rc-rwvf-8q5r).
This is not critical for us, because as the advisor says: "For most people, this fix will have…
-
For `node-fetch`, there is the advisory https://npmjs.com/advisories/1556 .
As `react-image-magnify` uses `node-fetch` via this path `react-image-magnify > prop-types > fbjs > isomorphic-fetch > n…
-
Hi, I'm using isomorphic-style-loader in my application and now I tried using a functional component with it but it returns me a React class component. So, later in my app (in some component which exp…
-
The `README.md` no where said that it's just for react. I wanted it to use for infernojs. I set it up and boom.. it said, `react undefined`.
Using `babel-plugin-transform-runtime`
I'm trying to…