We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153c4e5 commit 39961bdCopy full SHA for 39961bd
R/scaffold_widget.R
@@ -79,7 +79,7 @@ addWebpackConfig <- function(name) {
79
80
addWidgetJS <- function(name, edit){
81
file <- renderFile(
82
- sprintf('srcjs/%s.js', name),
+ sprintf('srcjs/%s.jsx', name),
83
'templates/widget_js.txt',
84
'boilerplate for widget JavaScript bindings',
85
list(name = name)
0 commit comments