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