Gabriel Lucena
Gabriel Lucena
whenever I try to install tailwind-styled-components with pnpm it says I should be using an older version of react and react-dom, even tho I have newer ones: terminal error: ```...
### Provide environment information ``` System: OS: macOS 14.2.1 CPU: (10) arm64 Apple M1 Pro Memory: 1.17 GB / 32.00 GB Shell: 3.5.0 - /opt/homebrew/bin/fish Binaries: Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node...
libsql is not working with nextjs + sst: versions: `"sst": "^2.43.0",` `"@libsql/client": "^0.6.2",` found out this issue with similar problem: [https://github.com/tursodatabase/libsql-client-ts/issues/186](https://github.com/tursodatabase/libsql-client-ts/issues/186) the fix is not working for me: ``` import...