-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skeleton cause the page error #1867
Labels
Comments
Naive's skeleton uses CSS houdini API. It maybe the reason. |
Wechat version & Android version & Chromium version & Huawei browser version should be a useful info, if you could please provide. |
Error message is required for us |
[Vue warn]: Unhandled error during execution of beforeMount hook
at <Skeleton height="40px" width="33%" >
at <Space vertical="" >
at <Demo>
at <DialogProvider>
at <NotificationProvider>
at <MessageProvider>
at <LoadingBarProvider>
at <App> Error: Failed to execute 'registerProperty' on 'CSS': The initial value provided does not parse for the given syntax. at eval (https://id9tv.csb.app/node_modules/naive-ui/es/_utils/composable/use-houdini.js:16:13)
at callWithErrorHandling ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:5903:18)
at callWithAsyncErrorHandling ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:5911:17)
at Array.hook.__weh.hook.__weh ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:2376:19)
at invokeArrayFns ***@***.***/shared/dist/shared.esm-bundler.js:755:11)
at ReactiveEffect.componentUpdateFn [as fn] ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4134:48)
at ReactiveEffect.run ***@***.***/reactivity/dist/reactivity.esm-bundler.js:376:21) at mountComponent ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4096:5)
at processComponent ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4061:9)
at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3776:11)
at mountChildren ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3925:7)
at mountElement ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3856:9)
at processElement ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3840:7)
at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3774:11)
at mountChildren ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3925:7)
at mountElement ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3856:9)
at processElement ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3840:7)
at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3774:11)
at ReactiveEffect.componentUpdateFn [as fn] ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4173:11)
at ReactiveEffect.run ***@***.***/reactivity/dist/reactivity.esm-bundler.js:376:21)
at setupRenderEffect ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4258:5)
at ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4096:5)
at processComponent ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4061:9)
at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3776:11)
at ReactiveEffect.componentUpdateFn [as fn] ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4173:11)
at ReactiveEffect.run ***@***.***/reactivity/dist/reactivity.esm-bundler.js:376:21)
at setupRenderEffect ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4258:5)
at mountComponent ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4096:5)
at ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4061:9)
at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3776:11)
at mountChildren ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3925:7)
at processFragment ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4041:7)
at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3770:9)
at mountChildren ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3925:7)
at processFragment ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4041:7)
at patch at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3776:11)
at mountChildren ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3925:7)
at processFragment ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4041:7)
at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3770:9)
at mountChildren ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3925:7)
at processFragment ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4041:7)
at patch ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:3770:9)
at ReactiveEffect.componentUpdateFn [as fn] ***@***.***/runtime-core/dist/runtime-core.esm-bundler.js:4173:11
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TuSimple/naive-ui version (版本)
2.21.2
Vue version (Vue 版本)
3.2.16
Browser and its version (浏览器及其版本)
HuaWei Mobile Browser(12.0.1.300) / WeChat build-in browser(Version 8.0.16 android)
System and its version (系统及其版本)
Android 10
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/id9tv
Reappearance steps (重现步骤)
Expected results (期望的结果)
show Skeleton
Actual results (实际的结果)
the page error
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: