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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,15 +62,6 @@ It is discouraged to update code by changing the `code` prop directly, since it
62
62
|`devMode`|`boolean`| Boolean to enable dev mode |
63
63
64
64
65
-
### ~~`runCell(...)`~~ (deprecated due to security reasons)
66
-
67
-
~~To run the code in a cell, after it has been rendered (optional, since the cell already has a run button)~~
68
-
69
-
#### ~~Arguments~~
70
-
71
-
-~~`cellId` - Unique id of the cell to run~~
72
-
-~~`devMode` - Boolean to enable dev mode~~
73
-
74
65
## Usage
75
66
76
67
```javascript
@@ -107,7 +98,14 @@ getInbox("1");
107
98
108
99
**runCell() function has been deprecated due to security reasons, since it might be possible anyone can run some mischevious code in your process without you knowing.**
109
100
110
-
To run code from external sources, you can use the `runCell` function.
101
+
### ~~`runCell(...)`~~ (deprecated due to security reasons)
102
+
103
+
~~To run the code in a cell, after it has been rendered (optional, since the cell already has a run button)~~
0 commit comments