React version: 19.1.0
Steps To Reproduce
the code example provided is a sub-directory of a repository, however it is completely independent.
- open a terminal.
- run
npm run dev.
- then proceed to visit the homepage of the project
Link to code example: https://github.com/solacode-ahw/solacode.ir/tree/development/home
The current behavior
Right now nothing loads and in terminal I receive the following messages:
✓ Starting...
✓ Ready in 4.7s
✓ Compiled /middleware in 396ms (101 modules)
○ Compiling / ...
✓ Compiled / in 2.6s (833 modules)
⨯ [Error: Expected a suspended thenable. This is a bug in React. Please file an issue.] {
digest: '1832240620'
}
⨯ [Error: failed to pipe response] {
[cause]: [Error: Expected a suspended thenable. This is a bug in React. Please file an issue.] {
digest: '1832240620'
}
}
GET / 500 in 5128ms
○ Compiling /_error ...
✓ Compiled /_error in 1841ms (1162 modules)
The expected behavior
Load the page without this error