Riad
500 - Cannot read properties of null (reading 'ce')
i had two nuxt projects one for the ui/design system,
and the second was my actual project extending this ui project,
radix vue was installed in my ui project but not my actual project,
i had to install it in my main project to fix the issue.
it goes like this:
-> main project - extends ui project - no radix vue installed (npm)
-> ui project - using radix vue (installed npm) result -> this "ce" weird issue fix -> install radix vue in "main project"
-> ui project - using radix vue (installed npm) result -> this "ce" weird issue fix -> install radix vue in "main project"
13 replies