You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Don't trigger HMR refresh. As a workaround I got used to adding/updating key="1" prop every time I want to force rerender without reloading the browser tab.
Not a critical issue, mostly wanted to share the workaround.
To reproduce
This branch is a simple example. It's old but my current project on ^2.0.0-beta.2 has the same issue.
Tried to update to ^2.1.0-beta.4 today but it doesn't export a Vue plugin anymore, and @chakra-ui/nuxt-next doesn't seem to work as a loadable nuxt module.
System information
OS: macOS
Version of @chakra-ui/core: ^2.0.0-beta.2
Version of Node.js: v18.12.1
The text was updated successfully, but these errors were encountered:
viktor-yunenko
changed the title
CFlex props don't work with Nuxt HMR
CFlex props (direction, align, justify, wrap) don't work with Nuxt HMR
Feb 28, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
CFlex
props as:Don't trigger HMR refresh. As a workaround I got used to adding/updating
key="1"
prop every time I want to force rerender without reloading the browser tab.Not a critical issue, mostly wanted to share the workaround.
To reproduce
This branch is a simple example. It's old but my current project on
^2.0.0-beta.2
has the same issue.Tried to update to
^2.1.0-beta.4
today but it doesn't export a Vue plugin anymore, and@chakra-ui/nuxt-next
doesn't seem to work as a loadable nuxt module.System information
The text was updated successfully, but these errors were encountered: