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

refactor: remove jsx-runtime from hook and highlighter. #81

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Conversation

morganney
Copy link
Owner

@morganney morganney commented Jul 21, 2024

  • use new pkg for react 19 types until stable release.
  • remove UMD example from docs, update CDN / importmap example.


createRoot(document.getElementById('root')).render(
html`
Copy link
Owner Author

Choose a reason for hiding this comment

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

htm package didn't seem to provide a way to use React 19.

Copy link

codecov bot commented Jul 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.26%. Comparing base (3316d00) to head (030cbe6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage   98.25%   98.26%           
=======================================
  Files           7        7           
  Lines         573      575    +2     
  Branches      146      146           
=======================================
+ Hits          563      565    +2     
  Misses         10       10           

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

@morganney morganney merged commit a779a93 into main Jul 21, 2024
3 checks passed
@morganney morganney deleted the develop branch July 21, 2024 00:32
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.

1 participant