Skip to content

Commit

Permalink
some change
Browse files Browse the repository at this point in the history
  • Loading branch information
Aptyaa committed Mar 27, 2024
1 parent 55006d0 commit 407eec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/Block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class Block<P extends Record<string, any> = any> {
FLOW_CDU: 'flow:component-did-update',
FLOW_RENDER: 'flow:render',
} as const;

public id = nanoid(6);
protected props: P;
public children: Record<string, Block | Block[]>;
Expand Down

0 comments on commit 407eec0

Please sign in to comment.