You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixeshonojs#3473Fixeshonojs#3567
* fix(jsx/dom): fix memoization mechanism in dom renderer
* fix(jsx/dom): fix `memo` for DOM renderer
* feat(jsx/dom): implement light weight `memo` function for DOM renderer
* test(jsx/dom): add tests for memoization
What version of Hono are you using?
4.6.3
What runtime/platform is your app running on?
Bun
What steps can reproduce the bug?
What is the expected behavior?
the hook should keep working after memoization (to compatible with react) on client side
What do you see instead?
click increment not working, it seems the behavior is different between hono and react, is it expected?
Additional information
No response
The text was updated successfully, but these errors were encountered: