Skip to content
#

hooks

Here are 2,490 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

dzintars
dzintars commented Feb 5, 2020

Is there any place to read about "edge" setup with Yarn 2 and pure PnP project?
It seems like everything in my side is installed as recommended in various places, still, hooks are not triggered and no any errors provided.
I would be grateful for a clean and precise section in the documentation on how to set up Husky in pure Berry PnP project.

ChristophHoyer
ChristophHoyer commented Mar 24, 2020

Hej there - I just tried to follow the installation instructions of platform-samples/api/ruby/find-inactive-members/ and the command
gem install octokit
does not work. I tried it with the regular admin, as well as with elevated rights (sudo). The error message is the same:
-bash: gem: command not found

lefthook
ai
ai commented Jun 14, 2019

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:

  1. npm package size is huge (26 MB)
  2. Node.js startup time is not great.

Solution:

  1. postinstall script download necessary binary (many npm packages use this approac

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

You can’t perform that action at this time.