btoo
btoo
If you use both `multiple` and `slim` on your ``, only the first `` to send content to the `` gets to have its content rendered. Here's a reproduction link:...
### Summary Adds the following props to `Menu`: ```typescript /** * Whether the `anchor` should be focused when `onDimiss` has finished animating */ focusAnchorOnDismiss?: boolean; /** * Whether the `anchor`...
Would be nice to use a linter like [graphql-schema-linter](https://github.com/cjoudrey/graphql-schema-linter) when [the provided graphql code is unsuccessfully parsed](https://github.com/graphql-editor/graphql-zeus/blob/master/src/Parser/index.ts#L68) to tell the users why graphql-zeus isnt proceeding. I'm hoping this would be...
This enables the ability to define the `ReturnType` of Firestore's `collection` and `doc` getters e.g. ```typescript const mySubcollection = myDocument ? myDocument.collection('mySubcollection') as firebase.firestore.CollectionReference : undefined ``` becomes ```typescript const...
- fix session restoration in nextjs-slack-clone (setUser needs to be called from not only onAuthStateChange but also getSession) - fix message listener unmounting (supabase.removeChannel expects a RealtimeChannel, not a string)...
Similar to https://github.com/vavr-io/vavr/issues/2723, it would be quite useful to be able to non-disruptively access the values of variadic types (which I'll admit would probably be a larger effort than adding...
### 🔎 Search Terms generator yield next ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries...