Uncaught TypeError: isObject is not a function #16730
Unanswered
essaberYahya
asked this question in
Q&A
Replies: 4 comments 1 reply
-
|
same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello, has the problem been solved? I also encountered the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We are together in spirit ;) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is the exact SOLUTION for the error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i am working on a project using Laravel / vuejs vite and i have a problem in IconBase.js in ant-design-vue package and exactly on :
var twoToneColorPalette = reactive({ primaryColor: '#333', secondaryColor: '#E6E6E6', calculated: false });
when this code call reactive function "Default vuejs function" , it's return this exception:
reactivity.esm-bundler.js:927 Uncaught TypeError: isObject is not a function
at createReactiveObject (reactivity.esm-bundler.js:927:8)
at reactive (reactivity.esm-bundler.js:891:10)
at IconBase.js:13:27
Keep in mind that when i run npm run build the app working fine but when i run npm run dev it's generate this error . Any help please !!
Evreything without result
Beta Was this translation helpful? Give feedback.
All reactions