UNPKG

@botonic/react

Version:

Build Chatbots using React

5 lines 158 B
import { useMemo } from 'react'; export const useComponentWillMount = func => { useMemo(func, []); }; //# sourceMappingURL=use-component-will-mount.js.map