Evan Hennessy
Evan Hennessy
Whitespace syntax is a valid CSS RGB syntax but is not supported by this extension. https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#RGB_syntax_variations
Is there a way to implement a refPath for the `Type.ref()` pattern? I'm talking about this https://mongoosejs.com/docs/populate.html#dynamic-ref
What I'm hoping for with this PR is to expose the error-types set by `addError` to be exposed to the store that way we can do something like: ```ts if...
**Tell us about the use cases or problems this request will address** Using `git notes` to add jira ids to a commit after the commit has been made **What's your...
Can this library support the other iOS picker styles? https://developer.apple.com/documentation/swiftui/pickerstyle 
**Is your feature request related to a problem? Please describe.** To see examples for usage of a particular hook one needs to come to this repo taking them out of...
[note]: # ' ^^ Provide a general summary of the issue in the title above. ^^ ' ## Description Version 9.0.0 of pouchdb is incompatible with use-pouchdb ## Steps to...
I can't really see where in the code but it seems like `prop.init`'s logic is using an `||` to apply the default where it probably should be a `??` In...
Fixes #861 ### Description Breaks "isSelected" variable used for pagination item accessibility props into its own state variable to avoid reading from the reanimated value during render ### Review -...