// Type 2
function useAcceptOptions(option) {
React.useEffect(() => {
// all good
}, [option]);
}
blog14.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment