-
**Implementation :**
`TEXT`
**Received error :**
```
✖ 「wdm」:
ERROR in ./node_modules/react-blink-tag/src/Blink.js 38:4
Module parse failed: Unexpected token (38:4)
You may need an appropri…
-
If you are reporting a bug or having an issue setting up React Hot Loader, please fill in below. For feature requests, feel free to remove this template entirely.
### Description
What you are repo…
-
After a fresh install of this repo and running in dev ...
encountered that the Hot reload is not functioning properly.
For example if I change something in LoginForm and save, I see the below in …
-
Hi, i have a question about basic client side loadable function behavior for SPA, when the chunk has been already loaded and we try to render it again.
So imagine.
1) we move to our page where the l…
-
### Description
Hello,
I was trying to use ElementUI with `react-express-views` and when I'm trying to use Button (or any other component) I get an error
### Reproduce Steps
1. Set up expres…
-
Load external react components from server for plugins
-
I'm conditionally using dynamic code splitting using loadable-components.com.
Any way to get eslint to better handle a file that has multiple imports for the same file?
I guess another way to st…
-
Can we implement some of them? Do we need?
(Это от встроеного в devtools)
![image](https://github.com/Waiviogit/waivio/assets/67378322/8d39ae49-af2c-48be-b0a9-ef4b183f4fe6)
-
My config is the following:
```
jsc: {
parser: {
syntax: 'typescript',
jsx: true,
dynamicImport: true,
privateMethod: true,
functionBind: true,
expo…
-
## ❓Question
Hey, Can anyone tell me how to implement Content Security Policy in a razzle app using loadable components?
I have tried adding helmet middleware for CSP, but it sometimes work and …