useHoverDirty 훅을 직접 구현해보세요.
// TODO: implement useHoverDirty function notImplemented(..._args: any[]): any { throw new Error('Not implemented'); } export default notImplemented; export const useHoverDirty = notImplemented;
Open browser consoleTests