Ilya Konstantinov

Results 17 comments of Ilya Konstantinov

try ` import {VForm, VLabel, VTextField} from "vuetify/lib"; JsonEditor.setComponent('form', VForm); JsonEditor.setComponent('text', VTextField); JsonEditor.setComponent('number', VTextField); `

```ts import { NestExpressApplication } from "@nestjs/platform-express"; import { Test, TestingModule } from "@nestjs/testing"; import { TaskModule } from "./task.module"; import { bootstrap } from "../bootstrap"; import request from "supertest";...

```ts import { RenderModule } from "nest-next"; import Next from "next"; import { resolve } from "path"; export const renderInit = () => { const dev = process.env.NODE_ENV !== "production";...

`next.config.js` ```js module.exports = { reactStrictMode: true, distDir: process.env.NODE_ENV === "production" ? "../../dist/client/.next" : undefined, }; ```

Only works deprecated config `bootstrap.ts` ```ts import { NestExpressApplication } from "@nestjs/platform-express"; import cookieParser from "cookie-parser"; import morgan from "morgan"; import helmet from "helmet"; import cors from "cors"; import csurf...

May be possibility to adding custom styles

same issue in this repo https://github.com/Marcus-Rise/knitting-blog/blob/refactor/src/post/components/card/post-card.component.tsx#L27 example `/джемпер-вечерние-флоксы`

reproduced in this test: https://github.com/vercel/next.js/commit/268c230215c91e8930a233b0b45baebb0342462e

think, that problem is hiding here https://github.com/vercel/next.js/blob/canary/packages/next/client/components/app-router.tsx#L68