Skip to content

Commit

Permalink
chore: Use jsonlite instead of shiny not imported function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed Jan 31, 2024
1 parent 318495f commit 3e8abd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shiny.R
Expand Up @@ -35,7 +35,7 @@ NULL
if (is.null(value)) {
return(value)
} else {
values <- shiny:::safeFromJSON(value)
values <- jsonlite::fromJSON(value)
return(values)
}
}, force = TRUE)
Expand Down

0 comments on commit 3e8abd4

Please sign in to comment.