We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In React we can get the version string as follows, but not in hono/jsx
import { version } from 'react';
https://github.com/facebook/react/blob/main/packages/shared/ReactVersion.js#L15
The createRoot and hydrateRoot APIs are not implemented in hono.
import { createRoot, hydrateRoot } from 'react-dom/client';
The text was updated successfully, but these errors were encountered:
This was fixed by #2795.
Sorry, something went wrong.
No branches or pull requests
What is the feature you are proposing?
version
In React we can get the version string as follows, but not in hono/jsx
https://github.com/facebook/react/blob/main/packages/shared/ReactVersion.js#L15
react/dom/client
The createRoot and hydrateRoot APIs are not implemented in hono.
The text was updated successfully, but these errors were encountered: