Thomas Aull
Thomas Aull
@Illizian Sure thing! Did you try using the latest `v1.0.0-beta.9`, maybe this bug is fixed there?
@LinusBorg Thanks for your reply and help. Doing it the way you've described it works :) I forked the codesandbox with a working example: https://codesandbox.io/s/portal-vue-transition-group-bug-forked-3rejfl?file=/src/App.vue for anyone finding this issue...
@KenEucker This is the line which needs to go in the `setup` function, check the example above: ```js setup() { provide(DefaultApolloClient, { default: awsAppSyncClient }); }, ```
@KenEucker Have you tried replacing the line ```js provide(DefaultApolloClient, { default: apolloClient }); ``` with ```js provide(DefaultApolloClient, apolloClient) ``` as per my original comment?
@KenEucker Can't help you any further I'm afraid :-/
@tokiory Maybe give volar a try, it‘s recommended in the vue docs and supports renaming of symbols (in TS projects at least)
@steveruizok You might not even need to have an electron app for this, I think the File System API provides access and read/write for entire directories now. So you could...
@davidmhewitt Maybe you can check the source on how `Clips` is doing it. It's a really cool app, but I prefer the simplicity of `clipped` and I miss it everyday...
In my project weirdly it works when I use an alias for the import: This does not work: ```js import MyComponent, { type Props } from './MyComponent.vue' ``` This works:...
Dear stalebot, please don‘t close this issue automatically 🤝