Skip to content

Commit 300823c

Browse files
committed
Add 4th reactWidget arg to JS template
1 parent 9b8236e commit 300823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/templates/widget_js.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { reactWidget } from 'reactR';
22

3-
reactWidget('${name}', 'output', {});
3+
reactWidget('${name}', 'output', {}, {});

0 commit comments

Comments
 (0)