davidgonmar
davidgonmar
Explore posts from servers
CDCloudflare Developers
Created by davidgonmar on 9/10/2024 in #general-help
r2 deleted files
Hey! So I worked on an app for a client a while ago, and for some reason, all files from 2 buckets have been deleted on 6 september and 10, respectively. Is there any way of knowing where this came from? Literally the files went from all to 0 in a day, the app has no (to my knowledge) way to do this at all
2 replies
PD🧩 Plasmo Developers
Created by davidgonmar on 7/20/2023 in #👟framework
Cannot import package that exposes .mjs files instead of .js files
Hey! I wanted to use lucide-react on my project and used a regular import. However, this error is shown: Failed to resolve 'lucide-react' from './contents/button.tsx'
'./dist/esm/lucide-react.js' does not exist, did you mean './di
st/esm/lucide-react.mjs'?'
'./dist/esm/lucide-react.js' does not exist, did you mean './di
st/esm/lucide-react.mjs'?'
Apparently it does not detect .mjs files and just looks for .js files. Any workarounds? I have used this library just fine in other non-plasmo projects. Anything I should know? Thanks:)
18 replies
TtRPC
Created by davidgonmar on 4/19/2023 in #❓-help
getInfiniteData returns undefined
I am using the t3-stack. Whenever I am calling getInfiniteData it returns undefined.
console.log(
trpc.events.getAll.getInfiniteData()
)
console.log(
trpc.events.getAll.getInfiniteData()
)
There is data, according to the React Query Devtools, so thats not the problem Would love some help:)
3 replies
PD🧩 Plasmo Developers
Created by davidgonmar on 3/6/2023 in #👟framework
React.jsx: type is invalid.
33 replies