Adrien HARNAY
Adrien HARNAY
Hello, I am trying to enable `inlineRequires: true` in the metro config of the project I am working on, but when doing so I have the following error: ``` INFO...
### Steps to reproduce 1. on iOS: ``` Share.open({ type: 'image/png', url: dataURI, failOnCancel: false, }); ``` dataURI can be any dataURI, e.g. : https://jaredwinick.github.io/base64-image-viewer/ I also tried `image/jpg` with...
Hello, When clicking on the "+" icon in the side panel or using the CMD+K shortcut, this error happens: View error ``` 62829:63 Uncaught TypeError: Cannot read properties of undefined...
### Which packages are impacted by your issue? @graphql-codegen/cli, @graphql-codegen/add, @graphql-codegen/introspection, @graphql-codegen/gql-tag-operations, @graphql-codegen/typed-document-node, @graphql-codegen/typescript ### Describe the bug The latest version on npm is still 5.0.0, while 5.0.1 has been...
Hi, When using @leafac/rehype-shiki with next-mdx-remote, I have an error (linked to babel transpilation?). ``` error - SyntaxError: unknown: Unexpected token (17:2) 15 | export default function MDXContent({ 16 |...
### Modification Proposal I believe there are some quirks in the current `importer` implementation that limit possible use cases. One of these use cases is to import JSON files with...
Hello, I tried upgrading from `3.3.0` to `4.0.0`. To do so, I also upgraded `@sentry/browser` from `7.119.0` to the latest version (`8.28.0`). Even though `@sentry/browser` is never referenced in my...