Skip to content
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

[Bug]: Unresolvable type reference or unsupported built-in utility type #736

Open
2 tasks
Rukhsar opened this issue Aug 29, 2024 · 2 comments
Open
2 tasks
Labels
bug Something isn't working

Comments

@Rukhsar
Copy link

Rukhsar commented Aug 29, 2024

Reproduction

Using inertiajs Vue with Laravel

Describe the bug

I am getting the below error:

[plugin:vite:vue] [@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type
resources/js/Components/ui/drawer/Drawer.vue
4 | import { useForwardPropsEmits } from 'radix-vue'
5 |
6 | const props = withDefaults(defineProps(), {
| ^^^^^^^^^^^^^^^
7 | shouldScaleBackground: true,
8 | })

System Info

as above

Contributes

  • I am willing to submit a PR to fix this issue
  • I am willing to submit a PR with failing tests
@Rukhsar Rukhsar added the bug Something isn't working label Aug 29, 2024
@Rukhsar
Copy link
Author

Rukhsar commented Aug 29, 2024

here is the error screenshot, it was all working all sudden it start throwing this error.
Screenshot 2024-08-29 at 11 05 55

@hrynevychroman
Copy link
Collaborator

@Rukhsar could you provide minimal reproduction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants