_nderscore
_nderscore
Solves issue #3. Adds a TypeScript declaration file which allows this library to be utilized in TypeScript projects. Pretty simple, it just re-exports the correct type from `graphql`.
## Issue Based on [this issue conversation](https://github.com/react-cosmos/react-cosmos/issues/1266#issuecomment-698842147), peer dependencies used to exist in this project, but were removed in order to avoid warning messages that appeared for users installing it...
Alternative to #463. Fixes #462 The same solution, but without an additional render. * Update `focusableInputHOC` to unregister its component before attempting to register again * Update `registerFocusable()` types +...
* Move logic for registering/unregistering focusable inputs into a single `useEffect` hook call, replacing logic that was previously split between the callback ref function and an "on unmount" `useEffect` hook....
Seen on: v1.0.1 **Describe the bug** On native platforms, using the tamagui `Input` component from tamagui with a controlled `value` and a `name` prop, the component throws the following warning...
### Current Behavior When using `` on the web and the user has `prefers-color-scheme: dark` selector active, not all components use the inverse theme CSS variables. ```tsx // ^ still...
As it's currently implemented, both server and client code refer to the same instance of t3-env (the output of `createEnv()`) This means that using T3-env leaks the following information about...
### Current Behavior When using the "group" props feature of tamagui, it's not possible to directly subscribe to group pseudo state changes on the web platform. Initially, I tried to...
- [x] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [x] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version eg. v9,...
*This is a follow-up to #123 and #185 - please refer to these issues for additional context.* --- ## Description This issue seeks to add support for [Expo Assets](https://docs.expo.dev/versions/latest/sdk/asset/) to...