Valerii Donika
Valerii Donika
in version v13, if I run production (npm run build && npm run start) version I get these errors. if dev - all fine :|
> @DonikaV Can you provide a repro? No, the problem that I don't use anywhere any functions like getInitiallProps. I only use env vars. maybe it because of that, but...
after I disabled swcMinify works well. But is weird why it is happening :) @kdy1 I don't use anywhere this function **getInitialProps**...
In my case error happens also only in production mode, and all browsers are up so date. Can not show repo, sorry :(
Guys any example how i can test pages inside app/[locale] folder with providers (next-intl)? Because i am getting **invariant expected app router to be mounted** This is my test file...
@nickmccurdy hey, no i can't but i resolved finally it, errors was because of useRouter() This helps me ``` jest.mock('next/navigation', () => ({ ...require('next-router-mock'), useSearchParams: () => jest.fn(), })); ```
same with 6.2.0
@wojtekmaj how i can use version 3 if am getting an error { "message": "The API version \"2.16.105\" does not match the Worker version \"3.1.81\".", "name": "UnknownErrorException", "details": "Error: The...
Hey @wojtekmaj Maybe if we add add here https://github.com/wojtekmaj/react-pdf/blob/main/src/Page/PageCanvas.jsx#L120 ``` get canvasContext() { return canvas.getContext('2d', { willReadFrequently: true, }); }, ``` It will fix it?
It is possible to have images in mention? Like here https://www.draft-js-plugins.com/plugin/mention