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

Plots are not displayed on the package web site #65

Closed
fukuhiro2023 opened this issue Dec 11, 2024 · 1 comment · Fixed by #66 or #67
Closed

Plots are not displayed on the package web site #65

fukuhiro2023 opened this issue Dec 11, 2024 · 1 comment · Fixed by #66 or #67
Labels
bug Something isn't working

Comments

@fukuhiro2023
Copy link
Collaborator

Examples of forestly plots are not displayed on the package web site, although those are properly displayed by local build. The attached image is the screen shot of Get Started.

forestly_2024-12-11_GetStarted

@fukuhiro2023 fukuhiro2023 added the bug Something isn't working label Dec 11, 2024
@nanxstats
Copy link
Collaborator

I can reproduce this issue locally. The Chrome DevTools console says:

react-dom.min.js:79 Uncaught TypeError: Cannot read properties of null (reading 'hasOwnProperty')
    at g (react-tools.js:1:939)
    at u (react-tools.js:1:405)
    at e.map.t.Header (reactable.js:1:127794)
    at reactable.js:1:149873
    at Array.map (<anonymous>)
    at reactable.js:1:149782
    at Array.map (<anonymous>)
    at Ol (reactable.js:1:149584)
    at of (react-dom.min.js:109:301)
    at Rk (react-dom.min.js:250:214)

This is likely caused by changes in recent versions of reactR, where reactR <= 0.5.0 still works while it doesn't work starting from reactR 0.6.0, also doesn't work under reactR 0.6.1.

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
2 participants