AlexRay
AlexRay
Yup this is a pretty big issue because > If you don't fix the warning, this code will crash in production with React 16. They even suggest an alternative. >...
+1 I also need this to build slack like emoji functionality within my editor.
Runtime error says `D.latestVersion is not a function` in production build by Next.js 13 App Router.
I'm encountering the same issue with `"next": "13.4.10"` and `"emoji-mart": "^5.5.2"`
Runtime error says `D.latestVersion is not a function` in production build by Next.js 13 App Router.
I'm also using the traditional pages router
+1 I'm surprised recursive querying for self referencing models aren't support for Prisma. Even simple features like nested folders is commonly expected for modern applications. Given there is underlying DB...
I would also like this. Shared fragments is fundamental to clean and maintainable Graphql queries.
Super hacky but usable plugin for anyone else who finds this thread -> https://github.com/MartinBeuriot/insomnia-plugin-gql-fragments
Encountering the same issue with release 0.1.2 on Node v16.19.0 & pnpm 7.18.2 ``` ../../node_modules/leveldown install$ node-gyp-build │ sh: /leveldown/node_modules/.bin/node-gyp-build: Permission denied ```