Janeene Beeforth
Janeene Beeforth
The app can send them to the Dropbox site (it runs inside an embedded Chromium browser) - it's the lack of a redirect URI to send them back to that...
Got it finally. If I change the definition for resolve to return a React.ReactNode like this: ``` export interface Configuration { resolve: () => Promise; LoadingComponent?: (props: P) => JSX.Element;...
Ah, thank you - that works. I'll close my pull request, and put in a different one to update the docs with a typescript usage example instead :)
I can confirm that it is working on my machine as well for both old and new naming schemes. Has it always reported the installed versions for the old naming...
@jkomyno - I have now tried stepping the example repo back to using yarn 3.7.0, and can confirm that `yarn prisma generate` works reliably in yarn 3 but not in...
Tested stepping between yarn versions - it's the entire yarn 4.0.0 to 4.0.2 line where this is not working. There does appear to have been a change to how the...
Which framework are you using? If it depends on react-app-rewired, it's quite likely that the `config-overrides.js` file it uses _is the same one_ that react-app-rewired uses - i.e. the framework...
I've just run into the same issue of not having the vitest `expect` types include the jest-dom matchers, but in my case it was when using yarn with the `pnpm`...
I am new to using Prisma, so I hadn't used it prior to 4.10. I was setting up an initial schema for a supabase db with auth & storage and...
The cli was working fine for doing db pull/migrate tasks - but that was as a separate process rather than within the extension's active process. Each time the extension started...