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
I am trying to migrate to Vue 2.7, and was successful except when I updated a simple component to use <script setup> and tried running the tests, it failed, updated the @vue/vue2-jest package to 29.1.1, but I am still getting the same error.
[Vue warn]: Error in render: "Error: [Vue warn]: Property or method "tooltip" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
I am trying to migrate to Vue 2.7, and was successful except when I updated a simple component to use
<script setup>
and tried running the tests, it failed, updated the@vue/vue2-jest
package to29.1.1
, but I am still getting the same error.After seeing this PR #489, I updated it to 29.1.1, hoping it might fix it :(
The text was updated successfully, but these errors were encountered: