José Luis

Results 482 comments of José Luis

Same issue here: ``` import createMiddleware from "next-intl/middleware"; import { DEFAULT_LOCALE, LOCALES, LOCALES_TO_MATCH } from "./common/constants"; export default createMiddleware({ locales: LOCALES, defaultLocale: DEFAULT_LOCALE, }); export const config = { matcher:...

> fwiw, these docs do state pretty clearly that you cannot do this https://nextjs.org/docs/messages/invalid-page-config > > That being said, I'm not sure why and I ended up here because I...

> A simpler reproduction: > > ```ts > const base = '/api'; > export const config = { > matcher: `${base}/:path*`, > }; > ``` > > Substituting `${base}` with...

@Jungwoo-An are you maintaining this project?

> I used to editor.js not react-editor.js it works This library is used by this [Strapi](https://github.com/melishev/strapi-plugin-react-editorjs) plugin.

> If you turn off it works. Support for strict mode would be great. Any pull request is welcome, but it seems no one is maintaining this package.

Is it logical that this component can be also repeatable? It should be restricted to a single component I think. @Mcastres What is the approach to this?

@MaffooBristol it seems this guy is working to solve it: https://github.com/Froelund/strapi-plugin-images/pull/8