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

Support react 19 #392

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Support react 19 #392

merged 1 commit into from
Dec 8, 2024

Conversation

anajavi
Copy link
Collaborator

@anajavi anajavi commented Dec 8, 2024

The tests pass and the examples work.

I think it is good to go.

@anajavi anajavi requested a review from whawker December 8, 2024 13:22
@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.45%. Comparing base (f6f4354) to head (379ae6d).
Report is 7 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #392      +/-   ##
==========================================
- Coverage   86.99%   86.45%   -0.54%     
==========================================
  Files          88       89       +1     
  Lines        1169     1211      +42     
  Branches      240      250      +10     
==========================================
+ Hits         1017     1047      +30     
- Misses        138      150      +12     
  Partials       14       14              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -48,8 +48,8 @@
},
"peerDependencies": {
"highcharts": "^9.1.2 || ^10.0.0 || ^11.0.0 || ^12.0.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
Copy link
Owner

Choose a reason for hiding this comment

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

Optional, but could just do 17 - 19?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, it is just so little used syntax, that finding examples with google is hard.

@anajavi anajavi merged commit 5233ff1 into master Dec 8, 2024
2 of 3 checks passed
@anajavi anajavi deleted the feat/react19 branch December 8, 2024 14:48
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.

3 participants