Nicholas Chiang
Nicholas Chiang
@scopsy I'd love to get this merged and released as soon as you've got time! Awesome work on this library by the way. I never knew that such a small...
Temporary fix is to use the `packageExtensions` config in `.yarnrc.yml` (see [docs](https://yarnpkg.com/configuration/yarnrc#packageExtensions)): ```yaml "@firebase/[email protected]": peerDependencies: "@firebase/app-types": "0.x" "@firebase/[email protected]": peerDependencies: "@firebase/app-types": "0.x" "@firebase/util": "0.x" ``` Once I did that, I got...
@hiranya911 @Feiyang1 Any update on this yet? I'm still seeing these warnings...
@kiwicopple I'd be happy to help out with this if you can give me some pointers as to how best structure a new admin SDK. I'm migrating [Tutorbook](https://github.com/tutorbookapp/tutorbook) over to...
@awalias any ideas on how to stub out Supabase's `window.location` redirects during testing?
I had the same problem. And @pebbledesigns, that isn't a solution (that's just making the component uncontrolled... it won't help with us folks who *need* to control the position).
Any updates on this yet? Typescript support is a must-have for me (and I'm sure many others too).
@dvargas92495 here are my current `global.d.ts` definitions (if you haven't made some already): ```typescript // cypress/plugins/global.d.ts declare module '@cypress/code-coverage/task' { export default function codecov( on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions ): void;...
@bahmutov perhaps I can compete for the issue example link? 🙃
@jamesmfriedman Love to get your approval on this! Need it to be able to capture clicks (i.e. and not close a dialog if a menu that has rendered to portal...