Pasha Suprunchuk
Pasha Suprunchuk
@nshvyryaev Добрый день. Правильно ли я понял, что репорст на стену теперь будет работать на всех платформах до публикации мини аппа в каталог?
> А разве он был закрыт? Не работал только параметр upload_attachments. Если передавать картинки через attachments - ограничений не было. да, это и имею ввиду. спасибо
Bro, it's time to upgrade to version 4
**winget** pls
**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.  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