Nikita Bashaiev
Nikita Bashaiev
When trying to play a sound either on input or playback, it gets distorted and repeats like an echo. Encountered while using the default musescore 4 piano sound. I'm not...
This is the issue description I get from typing: `import { Fish } from '@phosphor-icons/react/dist/ssr';` > Could not find a declaration file for module '@phosphor-icons/react/dist/ssr'. 'C:/Work/Projekty/Dezarto/dezarto-next/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@phosphor-icons/react/dist/ssr/index.mjs' implicitly has an 'any'...
**Describe the bug** I am trying to implement a `SanityImage` component in my Nextjs 14 app. Here's what I've come up with: ```tsx import { getImageDimensions, ResolvedSanityImage } from '@sanity/asset-utils';...