paymentWidget on ready 관련

, 을 loading , .

는 CS. , 로 on . ?


const [isWidgetReady, setIsWidgetReady] = useState<boolean>(true);

paymentMethodsWidgetRef?.current?.on('ready', () => {
  console.log('test');
  setIsWidgetReady(false);
});


. 는 test.

, 10면 1~2.
2024-04-30_1.55.44.png
Was this page helpful?