-
I'm building an isomorphic site using React.js and Velocity for some animations. I'm running into a problem however when rendering pages on the server, pages that require Velocity throw errors on the …
-
Any solution in solving this problem here using isomorphic-style-loader?
https://github.com/kriasoft/react-starter-kit/issues/902
Using the react-starter-kit, and the solutions they proposed here:…
ghost updated
6 years ago
-
Hi,
First of all, thanks for this boilerplate! It's awesome!
I've been playing with this and tried to implement a component that I created for notifications. I set this version using the component: …
-
`'.' is not recognized as an internal or external command,`
This old chestnut, its in one of the module libraries too. Probably since you have all your babel stuff called in npm scripts, and not in…
-
Hi,
can you update the example for react-router v1.0.0 ?
Best Regards.
-
The HOC isomorphic-style-loader/lib/withStyles uses the React life cycle method `componentWillMound`, which among a few other lifecycle methods, will be deprecate in favor of better alternatives.
F…
-
Hi - I get the error below passed from the server. My app is isomorphic. It looks like this module is only intended to work for react apps that render on the server. Is that correct or am I missing so…
-
Hello @danielstern
I'm getting this error trying to run the app. Can you help me out, please? Thanks
```
npm -v: 6.14.10
node -v: v14.15.4
```
```
npm run start-dev
> is…
-
Hi, @daedalus28, a vulnerability CVE-2020-15168 is introduced in contexture-react via:
● contexture-react@2.47.0 ➔ recompose@0.30.0 ➔ fbjs@0.8.17 ➔ isomorphic-fetch@2.2.1 ➔ node-fetch@1.7.3
**_r…
-
I use `koa` for `react` `ssr`
when I use `css-modules-require-hook` and `import style from './styles'`, the variable is this
```bash
{ App: '_src_App__App',
'App-logo': '_src_App__App-logo',
…