Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81b457b

Browse files
authoredAug 14, 2024··
feat: deprecate componentProperties (#486)
Closes #471
1 parent 460fb32 commit 81b457b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎projects/testing-library/src/lib/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export interface RenderComponentOptions<ComponentType, Q extends Queries = typeo
215215
/**
216216
* @description
217217
* An object to set properties of the component
218-
*
218+
* @deprecated use the `on` or `inputs` option instead.
219219
* @default
220220
* {}
221221
*

0 commit comments

Comments
 (0)
Please sign in to comment.