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: docs/components/pro/web_sandbox/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ When `template` is set to `react`, the following dependencies will be automatica
52
52
|`pro.WebSandbox.compile_success(fn, ···)`| Triggered when Sandbox compilation succeeds. |
53
53
|`pro.WebSandbox.compile_error(fn, ···)`| Triggered when Sandbox compilation fails. |
54
54
|`pro.WebSandbox.render_error(fn, ···)`| Triggered when Sandbox rendering throws an error. |
55
-
|`pro.WebSandbox.render_error(fn, ···)`| Triggered when Sandbox rendering throws an error. |
56
55
|`pro.WebSandbox.custom(fn, ···)`| Custom events triggered within the Sandbox are invoked via JavaScript when `window.dispatch` is called within the Sandbox. |
0 commit comments