Will Madden
Will Madden
FYI `NODE_OPTIONS` is set by Yarn to add the PnP module loader to Node when you use `yarn exec`, so if you're using Yarn PnP you probably shouldn't unset it....
Reposting: https://github.com/firebase/firebase-js-sdk/issues/5020#issuecomment-1116237515 It looks like the issue is Firebase incorrectly detecting the environment (see @alistairheath's [comment here](https://github.com/angular/angularfire/issues/3087#issuecomment-1063822400)). There's a check in the `auth/compat` [library here](https://github.com/firebase/firebase-js-sdk/blob/4983f4d5a0dc385c5b3e042ace44c8204d3cce81/packages/auth-compat/src/platform.ts#L54) which checks for the URL...
I'm facing this issue too using `ion-toast` which takes `icon` as a string
Looks like part of this problem is the `` rerenders at least twice with different values for `app` (different object identity). Since all the other SDK instances are memoized on...
Any progress here? The Autocomplete widget isn't really usable as it is
@justinmc you can solve this problem much more simply, without using the `LayoutBuilder`. The issue is actually the `OverlayEntry`, which will size its child to occupy as much space as...
Incidentally, and I suppose this should be a separate bug ticket, the Autocomplete `optionsViewOpenDirection: OptionsViewOpenDirection.up` doesn't function at all because the options list is positioned way off the screen. Because...
@justinmc I [opened a new issue](https://github.com/flutter/flutter/issues/146376) reporting the broken direction behavior ✅ > About your proposed solution, I believe it won't update the options when the size of the field...
I ran into a similar problem with the `build` parameter. It's caused by the `execCommand()` function [here](https://github.com/cypress-io/github-action/blob/master/index.js#L33). I don't understand why but the Cypress action doesn't just pass the string...
@ar-daniel I believe `` will render all routes whose path will match - unlike `` - which might explain the behavior you're observing.