renaming useId composable #17497
-
After Quasar introduced the new Well, I guess it's not possible anyway since it's already been released, but wouldn't it be a good idea of renaming it, maybe to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, this is an unfortunate event. But we can't simply rename our composable as this would be a breaking change. import { useId as qUseId } from 'quasar'
import { useId as vueUseId } from 'vue' |
Beta Was this translation helpful? Give feedback.
Well, this is an unfortunate event. But we can't simply rename our composable as this would be a breaking change.
However, posting it here for others to see how they can import both in the same file: