Open LesChats opened 2 years ago
Cleaned them on the chat page. A lot of previous warning were due to vuetify 2 elements being used, when they're not available in vuetify 3. The only warnings remaining that I know for chat, is the "keyframe property" which appears when v-tab element is clicked on (v-tab is used to change between members/admins tab inside a channel display). But this warning is also displayed on vuetify documentation page about v-tab : https://next.vuetifyjs.com/en/components/tabs/ so it's defensible. If we have to make a demo while in correction, we should be careful to demonstrate the warning on the vuetify 3 documentation (links above) and not vuetify 2.
the other one that we can't fix is when we resize the page after clicking a button that change the page the error "Uncaught TypeError: canvas is null" proc but i don't think we can do anything about it 🤐
Following the correction sheet =>
good luck everyone 💀