Skip to content

Commit 9d0284b

Browse files
authored
Update with-view-model.md
1 parent 331ba98 commit 9d0284b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/react/api/with-view-model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Using this parameter will require to use `ViewModelProps<YourVM, RefType>` (seco
5656
Default: `false`
5757

5858
::: info Better to use custom prop
59-
This parameter uses React.forwardRef, so this thing is not a good thing instead using like `targetInputRef`
59+
This parameter uses React.forwardRef, so this thing is not a good solution for performance.
60+
Instead of thia parameter you can use custom prop like `targetInputRef`
6061
:::
6162

6263
Examples:

0 commit comments

Comments
 (0)