Remove dependency to powerhooks
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
import { useConst } from "powerhooks/useConst";
|
import { useConst } from "./useConst";
|
||||||
import { id } from "tsafe/id";
|
import { id } from "tsafe/id";
|
||||||
|
|
||||||
/** Callback is guaranteed to be call only once per component mount event in strict mode */
|
/** Callback is guaranteed to be call only once per component mount event in strict mode */
|
||||||
|
Reference in New Issue
Block a user