You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,9 +186,7 @@ you want.
186
186
</Fact>
187
187
```
188
188
189
-
If you want to assert directly on the rendered component or change its parameters
190
-
and re-render, use the component reference syntax (`@ref`). The `Render` method allows
191
-
you to trigger a re-render manually, on-demand.
189
+
If you want to assert directly on the rendered component or change its parameters, use the component reference syntax (`@ref`). The `Render` method allows you to trigger a synchronous re-render manually as needed.
0 commit comments