Skip to content
#

hooks

Here are 6,879 public repositories matching this topic...

formik
krichter722
krichter722 commented Apr 19, 2020

🚀 Feature request

Current Behavior

The type ErrorMessage doesn't have an id property.

Desired Behavior

It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.

Suggested Solution

Add id={this.props.id} to the outer component in ErrorMessage.

Who does this impact? Who is this

xaragen
xaragen commented Aug 10, 2021

Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read:

// https://sequelize.org/master/manual/assocs.html
// For example, to use UUID as the foreign key data type instead of the default (INTEGER), you can simply do:

const { DataTypes } = require("Sequelize");

Foo.hasOne(Bar, {
  foreignKey: {
    // name: 'myFooId'
    type: D
type: docs good first issue
beautiful-react-hooks
beautiful-react-diagrams
poacher2k
poacher2k commented Nov 15, 2020

Describe the bug
The sidebar has overflow: scroll causing scrollbars always to be visible on Windows

To Reproduce
Steps to reproduce the behavior:

  1. 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

bug documentation good first issue

Improve this page

Add a description, image, and links to the hooks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hooks topic, visit your repo's landing page and select "manage topics."

Learn more