I have a function component with a bunch of memoized functions:
function MyComponent(props) { const foo = useMemo(() => {...}) const bar = useMemo