-
Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI an…
-
## Description
This is a very weird issue which has started occurring recently. The development sequence runs successfully and I see the message:
```
You can now view website in the browser…
-
# 🐛 bug report
Sometimes (usually after big changes), HMR reloads the page and it breaks.
Turns out the javascript file included into html is the same as the html itself so it fails to parse it.
…
-
- We are using framer-motion version 4.1.17. It is a 2.5 year old release. The latest available version is 10.16.1. We need to migrate as soon as possible.
- tippyjs is no longer being maintained. Th…
-
Hi,
I have a Typescript React app which is bundled with Craco. I'm trying to use `tailwind-merge` but whenever I try to compile it fails with this error message:
```
Failed to compile.
./n…
-
Upon installing i get 4 vulnerabilities:
![image](https://user-images.githubusercontent.com/29723844/209992387-ca9a14f7-bd17-4545-a230-6fa1bf762978.png)
Fix please :)
-
#### Current Behavior
- I receive the following error when trying to use Reac-player:
` JSX element class does not support attributes because it does not have a 'props' property.`
#### Expected…
-
Migrated from Webpacker to Esbuild using jsbundling-rails and it seems like Javascript debugging no longer works for either VSCode nor Rubymine.
This is the ESBuild settings I am using.
```
requi…
-
### What version of Tailwind CSS are you using?
v2.2.7
### What build tool (or framework if it abstracts the build tool) are you using?
postcss 7
### What version of Node.js are you using?…
-
umi3 是否不支持 tailwindcss ?
```jsx
"postcss-import": "12.x",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
```
```jsx
yarn
```
```jsx
extraPostCSSPlugins: [
require('po…