hooks
Here are 6,740 public repositories matching this topic...
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Mar 12, 2022 - TypeScript
-
Updated
Sep 10, 2020 - Objective-C
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Feb 21, 2022 - Go
Is your feature request related to a problem? Please describe.
React custom hook for playing audios
Describe the solution you'd like
Something like this one: StackOverflow: Playing sound in React.js
Describe alternatives you've considered
N/A
Additional context
N/A
100% code coverage
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Feb 1, 2022 - TypeScript
This is suggested in Gitter chat (Russian room). We have such method for uia_controls.MenuWrapper
. But some menus are implemented as toolbar with drop-down submenus. It makes sense to add similar methods to choose such submenu items.
-
Updated
Mar 9, 2022 - TypeScript
-
Updated
Mar 23, 2022 - Python
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Mar 23, 2022 - TypeScript
Describe the bug
The sidebar has overflow: scroll
causing scrollbars always to be visible on Windows
To Reproduce
Steps to reproduce the behavior:
- Go to documentation using Windows
Expected behavior
There should not be scrollbars before the content overflows
Screenshots
![image](https://user-images.githubusercontent.com/2255960/99193174-891e7c00-2777-11eb-8ceb-79
-
Updated
Dec 29, 2021 - JavaScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
-
Updated
Aug 3, 2021 - JavaScript
Related #166.
We currently ignore meta key strokes in our internal event handler. This was originally added as a quick workaround to prevent overriding base cmd+k functionality. Let's revisit this as shortcuts such as cmd+s to save a doc is common.
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