Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/1f23620c13b77b3cde52379b900...

1 line
352 B
JSON

{"ast":null,"code":"import { useCallback } from 'react';\nimport useCommittedRef from './useCommittedRef';\nexport default function useEventCallback(fn) {\n var ref = useCommittedRef(fn);\n return useCallback(function () {\n return ref.current && ref.current.apply(ref, arguments);\n }, [ref]);\n}","map":null,"metadata":{},"sourceType":"module"}