Skip to content

264p PageWithLoadDataAndLoading에 isLoading 프로퍼티 누락 #29

@choyeah

Description

@choyeah

// 기존
.addWithJSX('로딩 메세지 예제', () => (
<PageWithLoadDataAndLoading loadData={() => fetch('/').then(() => 'hello')} />
));

// 수정, isLoading 프로퍼티 추가
.addWithJSX('로딩 메세지 예제', () => (
<PageWithLoadDataAndLoading isLoading loadData={() => fetch('/').then(() => 'hello')} />
));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions