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]: Unable to upload a downloaded raport #1387

Open
gogonzo opened this issue Oct 17, 2024 · 0 comments
Open

[Bug]: Unable to upload a downloaded raport #1387

gogonzo opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gogonzo
Copy link
Contributor

gogonzo commented Oct 17, 2024

What happened?

Please run the app and do following:

  • add a card to the report
  • go to reporter and download a raport
  • run the same app in a new window and upload raport - it will result in error:
<simpleError in eval(str2lang(block_class)): object 'TextBlock' not found>
Testing app
library(teal.reporter)
library(teal)
library(teal.modules.general)

app <- teal::init(
  data = teal_data() |> within(iris <- iris),
  modules = modules(
    tm_missing_data()
  )
)

runApp(app)
@gogonzo gogonzo added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant