Closed ismailToyran closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
chat | ✅ Ready (Inspect) | Visit Preview | Jul 14, 2023 4:59am |
Have you tried to install it on the starter kit, for example? I can't make it work even with your version of https://github.com/liteflow-labs/starter-kit/pull/330 by installing the locally built library. I have the following errors:
Module not found: Can't resolve 'bufferutil' in '/Users/antho/prog/chat/node_modules/ws/lib' Module not found: Can't resolve 'utf-8-validate' in '/Users/antho/prog/chat/node_modules/ws/lib'
Code looks good, but I can't really test, example app works great tho
Hmm, I've spent quite time on this one, but issue might be related with XmtpProvider
Couldn't find a way to fix the issue.
I believe updating the repo might be fix, but looks kinda complicated with our version.
And I believe they've deprecated the version we have been using.
https://github.com/xmtp/xmtp-web/tree/main/packages/react-sdk
What do you suggest for this one? Also for some reason, when I've updated next-translate, there was an error just related with chat page, so had to downgrade that one as well. So there is an issue deeper on this package which I couldn't find.
This error is because of different react versions usually but here I think there is some issue when installing locally with npm I ./path-to-chat
instead, we can pack the library npm pack
and then install the package with npm i ../chat/nft-chat-0.1.12.tgz
and this solves this problem.
I still had a problem because of the proto library that contains a breaking change but was not well-versioned, so right now, I fixed it. I also started to work on an update of the xmtp package https://github.com/liteflow-labs/chat/pull/33, but we can discuss if it's worth updating
Bump packages Remove
useThemeBackground
hook Change deprecateduseDimensions
chakra hook withuseSize
hook