Skip to content

Commit

Permalink
fix(formily-setters): fix duplicate key warn in ReactionSetter (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinyong committed Nov 19, 2021
1 parent d717ebe commit 0f316ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const FieldProperties = [
helpCode: ComponentPropsHelper,
},
{
key: 'componentProps',
key: 'decoratorProps',
token: 'decoratorProps',
type: 'object',
helpCode: DecoratorPropsHelper,
Expand Down

0 comments on commit 0f316ea

Please sign in to comment.