Skip to content

Commit 863983c

Browse files
author
Administrator
committed
sample
1 parent c60aa7f commit 863983c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CascadeForms/CascadeForms.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const CascadeFormsTest = (props:CascadeFormProps) => {
4343

4444
const onReadState = () => {
4545
const state = st.current?.getState();
46+
alert(JSON.stringify(state,null,2));
4647
console.log("STATE",state);
4748
};
4849

0 commit comments

Comments
 (0)