-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error occurred at dialog prompt #54
Comments
Gonna take a look at it tomorrow, did you clone or is it in the online docs? |
in online docs site! |
This is not happening here 🤔 |
😟 I got this error in Chrome. And my team's browser too. I've tested at firefox, and it was OK. |
It might've been fixed at the v0.3.2, could you take a look? |
* test(lib): update Checkbox spec - Updates the unit tests (spec) of `Checkbox` so that they can work with Vue 3 and `@vue/test-utils` V2: - Replaces `wrapper.name()` with `wrapper.vm.$options.name` because `wrapper.name` no longer exists in V2. - Replaces the test on `wrapper.isVueInstance()` with presence of `wrapper.vm` because `wrapper.isVueInstance` no longer exists in V2. - Awaits `wrapper.setProps` to make sure subsequent tests verify new props. - Corrects v-model bindings: - property: `value` → `modelValue` - event: `input` → `update:modelValue` - Refreshes the snapshot. I did not see any problems in the new snapshot. issue ntohq#1 * test(lib): update CheckboxButton spec - Updates the unit tests (spec) of `CheckboxButton` so that they can work with Vue 3 and `@vue/test-utils` V2: - Replaces `wrapper.name()` with `wrapper.vm.$options.name` because `wrapper.name` no longer exists. - Replaces the test on `wrapper.isVueInstance()` with presence of `wrapper.vm` because `wrapper.isVueInstance` no longer exists. - Replaces `wrapper.contains` with a combination of `wrapper.find` and `exists` because `wrapper.contains` no longer exists. - Corrects the v-model binding: - property: `value` → `modelValue` - event: `input` → `update:modelValue` - Awaits `wrapper.setProps` so that the subsequent tests verify new props. - Refreshes the snapshot. I did not see any problems in the new snapshot. issue ntohq#1
i got error when submitted at dialog prompt
The text was updated successfully, but these errors were encountered: