honojs / hono

Web framework built on Web Standards
https://hono.dev
MIT License
20.38k stars 584 forks source link

fix(types): useSyncExternalStore type #3437

Closed codehz closed 1 month ago

codehz commented 1 month ago

Align with react note: the parameter is not used in function body

The author should do the following, if applicable

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.77%. Comparing base (66df4e1) to head (b8eb249). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3437 +/- ## ======================================= Coverage 95.77% 95.77% ======================================= Files 155 155 Lines 9310 9310 Branches 2759 2720 -39 ======================================= Hits 8917 8917 Misses 393 393 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

yusukebe commented 1 month ago

@codehz

Thanks! Merging now.