Skip to content

Conversation

@YufJi
Copy link
Contributor

@YufJi YufJi commented Jan 16, 2025

close #1754


Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC.
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.

Tests

  • Run the tests and other checks with just ready (no need)

Edits

  • Please ensure that 'Allow edits from maintainers' is checked. PRs without this option may be closed.

// ref 用于保存Treemap实例
const treeMapRef = useRef(null);
const [chartData, setChartData] = useState('');
const [chartData, setChartData] = useState(window?.chartData || '');
Copy link
Contributor

@sorrycc sorrycc Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为啥之前 chrome 下可以?

@sorrycc sorrycc mentioned this pull request Jan 17, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

analyze-report.html safari no work .

2 participants