Pasha Suprunchuk

Results 19 comments of Pasha Suprunchuk

@nshvyryaev Добрый день. Правильно ли я понял, что репорст на стену теперь будет работать на всех платформах до публикации мини аппа в каталог?

> А разве он был закрыт? Не работал только параметр upload_attachments. Если передавать картинки через attachments - ограничений не было. да, это и имею ввиду. спасибо

Bro, it's time to upgrade to version 4

**This worked for me:** `frontend\next.config.ts` ```mjs import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", }; export default nextConfig; ``` `docker-compose.dev.yaml` ```yaml ... frontend: build:...

**THE PROBLEM IS SOLVED!!!** I have exactly the same problem. ![image](https://github.com/user-attachments/assets/e04c1fdd-aa16-4d6f-ad98-d22ca4cb2e10) Replace the current line: ```ts import { toast } from "@/components/hooks/use-toast"; ``` On this line: ```ts import { toast...

> Can I work on this issue [@suprunchuk](https://github.com/suprunchuk) yeap

@shadcn Hi, can you fix this misunderstanding as soon as possible??

> @suprunchuk Can you share the code or a codesandbox link? thank you I just took the sidebar-13 component and added it to the clean project with Vite