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