0.5.x breaks demo project (stuck on Loading...)
patrr2 opened this issue · 4 comments
React demo project is broken in the latest version, it's stuck on 'Loading...'.
Just tested and it seems to be working. Can you clarify which demo project you mean?
Also would be helpful to know your Node version, package manager, OS, etc.
Hi, thank you for the response! I didn't realise it's not broken for everyone.
The demo project is the latest one in templates/react
. I made it using pnpm create triplit-app@latest my-app
pnpm -v
9.12.1
node -v
v20.18.0
OS: macOS 15.0.1
CPU: M1 Pro
(However, my friend with x86 cpu and ubuntu has the same issue)
Browsers tested: Chrome 129.0.6668.90 and Safari
(Again, likely irrelevant)
Maybe the issue could be pnpm
? I cannot test this theory right now with regular npm
.
PS. 0.4.13 works and it is looking really good!
My apologies, you're absolutely right! There does seem to be an issue. Working on a fix now
The latest version of @triplit/client
(0.5.6) should fix the issue you discovered. Thanks for letting us know!