When I use The Masked input I get this error. How to resolve this?
<template>
<div>
<label>CPF or CNPJ</label>
<TheMask class="h-12" :mask="['###.###.###-##', '##.###.###/####-##']" />
</div>
</template>
<script setup lang="ts">
import { TheMask } from "vue-the-mask";
</script>