atumas-bananamilk
atumas-bananamilk
### What package has an issue @mantine/modals ### Describe the bug My setup is pretty complex so I'm not sure I'd be able to create a minimal reproduction sample because...
This code is wrong: `const owner = await axios.get(`/api/homes/${home.id}/owner`);` It should be replaced with: `const { data } = await axios.get(`/api/homes/${home.id}/owner`);` And then you get the `owner email` by `data?.owner.email`
`Edit` and `Delete` buttons are showing up on every home. According to the code `session?.user.id` is being compared with home owner's id. But the problem is that session user doesn't...
## Description Justified grid doesn't re-render items if their sizes change. ## Steps to check or reproduce I fetch multiple images but the initial grid stays, how do I re-render...