Tim Mulqueen

Results 1 comments of Tim Mulqueen

It might be worth adding that you can use the new `React.useMemo` to memorize the validator closure as a work around. ``` import React, { useMemo } from 'react'; const...