Search the docs
noop is an empty function when you wish to pass around a function that will do nothing.
noop
import { noop } from '@dwarvesf/react-utils'
This method returns undefined.
undefined
noop()