-
As expected, I'm encountering a dependency error when running npm install with the latest versions of Next.js and React 19 RC. I'm wondering if there’s a way to make Amplify UI work with React 19, or …
-
## ✅ Prerequisites
### 💥 Demo Page
To test the full Vite setup I made an [example repository here](https://github.com/taitems/tagify-bug-demo)
### Explanation
I was very keen to use this p…
-
### Describe the feature you'd like:
It would be nice if this lib supports React 19. It should probably work, but when using npm to install deps, it fails with:
```
npm error code ERESOLV…
-
### Describe the bug
TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
`"use client";
import { TonConnectUIProvider } from "delab-tonconnect-ui-react";
export fun…
-
We need to upgrade to React v18 before we can upgrade Next.js to v13 and/or Material UI any further, so this should be the next upgrade priority.
Here is the migration guide for React v18:
https://re…
-
https://react.dev/blog/2024/04/25/react-19-upgrade-guide#new-deprecations
-
# ゴール
- vueではなくReactでページが表示できる
# Task
- [ ] 移行作業整理
- [ ] 移行実施
- [ ] テスト
- [ ] mainにまーじ
-
-
## Summary
Given the following component
```jsx
function App() {
const [count, setCount] = useState(0);
return (
setCount((count) => count + 1)}>{count}
)…
-
Would we include react v19rc support in the upcoming v2? https://github.com/connectrpc/connect-query-es/pull/475