hooks
Here are 3,500 public repositories matching this topic...
-
Updated
Nov 4, 2020 - TypeScript
A query remains indefinitely in "fetching" status when the component where it is originated crashes
Describe the bug
A query remains indefinitely in "fetching" status when the component where it is originated crashes and the error is catched by an error boundary.
To Reproduce
I've created a codesandbox to show the bug, you can see it here: https://codesandbox.io/s/loving-grothendieck-5ovgm
Steps to reproduce the behavior:
- Go to the codesanbox;
- Click on "Show Posts"
- Clos
-
Updated
Sep 10, 2020 - Objective-C
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Oct 30, 2020 - JavaScript
Describe the bug
The following PR introduced some breaking change in typings: https://github.com/beautifulinteractions/beautiful-react-hooks/pull/156/files#diff-b52768974e6bc0faccb7d4b75b162c99R19
Argument of type '() => void' is not assignable to parameter of type 'any[]'.
Type '() => void' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more
100% code coverage
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Oct 22, 2020 - TypeScript
I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using Application().start
. I've tried to locate it using Desktop
, but got quite confused..
Any help on this?
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Nov 2, 2020 - YAML
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Oct 25, 2020 - Python
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Oct 25, 2020 - TypeScript
Description
Graphql clients comparison (apollo client vs graphql-hooks vs urql).
Suggested implementation
List describing the advantages / disadvantages to other major clients. This library looks interesting but I don't see any advantage other file size.
-
Updated
Oct 15, 2020 - JavaScript
Speed up on Node
Now we have 3 binaries in npm and script which run necessary binary depends on the current platform.
There are 2 big problems with current behavior:
- npm package size is huge (26 MB)
- Node.js startup time is not great.
Solution:
postinstall
script download necessary binary (many npm packages use this approac
-
Updated
Oct 12, 2020 - Shell
-
Updated
Oct 29, 2020 - TypeScript
Improve this page
Add a description, image, and links to the hooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hooks topic, visit your repo's landing page and select "manage topics."
Current Behavior
The type
ErrorMessage
doesn't have an id property.Desired Behavior
It'd be nice
id?: string
would be added to the typeErrorMessage
and set on the outermost component that serves as error message.Suggested Solution
Add
id={this.props.id}
to the outer component inErrorMessage
.Who does this impact? Who is this