const useComponentWillMount = (func: (params?: any) => any) => useMemo(func, []);
useMemo(() => { } }, []);