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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2035,6 +2035,13 @@ That way, both are visible and don't overlap each other.
2035
2035
2036
2036
This functionality is powered by [patch-console](https://github.com/vadimdemedes/patch-console), so if you need to disable Ink's interception of output but want to build something custom, you can use that.
2037
2037
2038
+
###### onRender
2039
+
2040
+
Type: `(renderTime: number) => void`\
2041
+
Default: `undefined`
2042
+
2043
+
Runs the given callback after each render and re-render with a renderResult object.
0 commit comments