-
Notifications
You must be signed in to change notification settings - Fork 201
multiple issues with the react offline-transactions example #1435
Copy link
Copy link
Open
Description
- [*] I've validated the bug against the latest version of DB packages
Describe the bug
- The readme has the default tanstack start template. The instructions are therefore completely irrelevant and it's not clear how the example is even supposed to work.
- Not only does the project not build, it fails typescript validation
- the package.json contains several packages which may not be needed.
- there is seemingly an entire backend system there but it is unclear whether that is just a random copy-paste that wasn't cleaned, or whether it is just broken (see the first issue)
To Reproduce
Steps to reproduce the behavior:
- git clone the repo
- pnpm i && pnpm build
- cd examples/react/offline-transactions
- pnpm build
Expected behavior
A clear and concise description of what you expected to happen. <-- Yes!
The readme should give some idea of what the example is supposed to exemplify, and instructions for building/running
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels