Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CharlieYe0205/8349643df00f0dda2670159b7c26aec5 to your computer and use it in GitHub Desktop.
Save CharlieYe0205/8349643df00f0dda2670159b7c26aec5 to your computer and use it in GitHub Desktop.
React call function of undefined

change

function_name() {};

to

function_name = () => {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment