Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Upload of the reporter fails #302

Closed
gogonzo opened this issue Jan 29, 2025 · 0 comments · Fixed by insightsengineering/teal#1469
Closed

[Bug]: Upload of the reporter fails #302

gogonzo opened this issue Jan 29, 2025 · 0 comments · Fixed by insightsengineering/teal#1469
Assignees
Labels
bug Something isn't working core

Comments

@gogonzo
Copy link
Contributor

gogonzo commented Jan 29, 2025

What happened?

Failure when <simpleError in eval(str2lang(block_class)): object 'TextBlock' not found> when trying to load the reporter.

  • add card to the reporter
  • download the reporter
  • upload the reporter
app
library(teal)

data <- teal_data()
data <- within(data, {
  iris <- iris
  mtcars <- mtcars
})

app <- init(
  data = data,
  modules = modules(teal.modules.general::tm_variable_browser())
)

shinyApp(app$ui, app$server)
Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant