Reuven Etzion

Results 5 comments of Reuven Etzion

Any plans to address this? `Uncaught InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection.`

Would love to use `/wp-api-menus/v2/menus?lang=en` when you get a chance. Is it in the roadmap?

I have a website deployed that serves a number of domains. All my `.com` domains on this hosted site work fine but my `.dev` site simply will not work unless...

I tried an install and got this ``` [react-project] checking app dependencies [react-project] NODE_ENV=development /Users/reuven/Projects/bootstrap-custom/node_modules/react-project/lib/build.js:53 if (err) throw err; ^ TypeError: Path must be a string. Received undefined at assertPath...

I'm getting the `menuItems` by language with the following query, but it is only working in GraphiQL and not in my Next.js app. ``` query PrimaryMenuByLocale($locale: String = "en") {...