Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

cytisay's avatar

how to solve this problem: Uncaught TypeError: camelize is not a function

Hello. I am building a web application using VueJS, Vuetify, and Laravel when I suddenly got this error: this is the error

Uncaught TypeError: camelize is not a function
    at expand_transition_default (expand-transition.ts:16:26)
    at index.ts:26:82

I don't what this error means. Please help.

0 likes
1 reply
cytisay's avatar

The error doesn't show if I run npm run build. But if I go back to npm run dev, the error pops up.

Please or to participate in this conversation.