You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code works, but a warning is logged in the console ([Vue warn]: Template compilation error: v-if branches must use compiler generated keys.)
Changing Vue to version vue@3.0.0-rc.4 fixes the bug.
Note that the warning happens no matter what is put inside the v-if, I tried with other reactive properties or to set it to true.
I have other v-if inside my codebase which are not inside a <template> with v-for, and all of them works without issuing a warning.