Closed liby closed 2 years ago
Package Version 0.13.3
0.13.3
Describe the bug
When used with Next.js, the console sees the following error:
Warning: Prop style did not match. Server: "position:absolute;top:50%;left:50%;display:block;width:10px;height:10px;border-radius:5px;transform:translate(-50%, -50%);animation-fill-mode:none;animation:react-spinners-HashLoader-before 2s infinite" Client: "position:absolute;content:;top:50%;left:50%;display:block;width:10px;height:10px;border-radius:5px;transform:translate(-50%, -50%);animation-fill-mode:none;animation:react-spinners-HashLoader-before 2s infinite"
style
To Reproduce
git switch feature/show-loading-state
pnpm install
pnpm dev
Expected behavior
No error.
Screenshots
Additional context
n/a
@liby can you try 0.13.4 and see if the issue is fixed?
It works. Thanks.
Package Version
0.13.3
Describe the bug
When used with Next.js, the console sees the following error:
To Reproduce
git switch feature/show-loading-state
pnpm install
pnpm dev
Expected behavior
No error.
Screenshots
Additional context
n/a