hooks
Here are 7,608 public repositories matching this topic...
-
Updated
Aug 8, 2022 - TypeScript
Describe the bug
After upgrading to v4 (and going through the migration guide) we get this warning (from webpack-dev-server):
"Compiled with problems:
WARNING in shared module react
No required version specified and unable to automatically determine one. Unable to find required version for "react" in description file (/path/to/project/node_modules/@tanstack/react-query-devtools/packa
If I create any model with
charset: 'utf8mb4', collate: 'utf8mb4_general_ci'
sequelize translates it to this for mysql
CREATE TABLE IF NOT EXISTS tablename ... ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8mb4_general_ci;
On stepping through the code, it seems that the issu
-
Updated
Aug 6, 2022 - TypeScript
-
Updated
Aug 8, 2022 - TypeScript
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Sep 10, 2020 - Objective-C
-
Updated
Apr 28, 2022 - Go
100% code coverage
The current code coverage is around 84%, it would be nice to have a 100% score and I'd love to have some help in doing so. Please feel free to open any PR.
-
Updated
Aug 9, 2022 - JavaScript
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Apr 18, 2022 - 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
Jul 13, 2022 - Python
-
Updated
Jul 22, 2022 - TypeScript
-
Updated
Jul 28, 2022 - TypeScript
Use this template instead https://codesandbox.io/s/r3f-template-jrl1f
-
Updated
Aug 8, 2022 - TypeScript
-
Updated
Aug 10, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
Some users require saving objects like ES6 maps which can't be JSON.stringified without a replacer function.
Describe the solution you'd like
We need replacer/ reviver functions optionally to be sent as arguments.
useLocalstorageState('key', value, {
replacer: () => {},
reviver: () => {}
})
`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
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
ErrorMessagedoesn't have an id property.Desired Behavior
It'd be nice
id?: stringwould be added to the typeErrorMessageand 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