Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't record signatures of local hooks #1413

Merged
merged 1 commit into from Jan 22, 2020
Merged

Don't record signatures of local hooks #1413

merged 1 commit into from Jan 22, 2020

Conversation

theKashey
Copy link
Collaborator

fixes #1412

useRippleHandler();
}

__signature__(Component1, \\"useRippleHandler{}\\\\nuseRippleHandler{}\\");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signature not used 👍

// check for \\"return [\\"

__signature__(OnlyThisOneUsesExternalHook, \\"useInnerHook{}\\\\nuseState{}\\", function () {
return [useInnerHook];
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signature is used 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

material-ui hot reloading broken
1 participant