Mathias Picker
Mathias Picker
### Describe the feature It would be nice if it was possible to replace a toast with a different one, similar to how `toast.promise` replaces the loading toast with a...
### Bug Description ## Bug description Our application throws the following errors in the console in production: First error: ``` TypeError: Cannot redefine property: adoptedStyleSheets at Function.defineProperty () at Bl...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Describe the bug We got the following alert in Sentry: ### Reproduction Not sure what is triggering this, if you give me a direction i can try to create...
Would be possible to add "Date" as a type? ```ts import * as dom from 'dts-dom'; const dateType = dom.type.Date ``` I could add this, but i'm not sure how...
[bigint](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) and [symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) was missing from the PrimitiveType definition.
### Describe the problem We're trying to understand why our app multiple times a day report the `Failed to fetch dynamically imported module` issue to Sentry. It seems that this...
### Affected Packages core ### Version(s) 2.7.2 ### Bug Description Setting [required-trusted-types-for](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/require-trusted-types-for) to `script` and then trying to specify the [trusted-types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types) does not work with tiptap. The error thrown is:...
They explicitly asked me to make an issue asking you to ship the file in .mjs extension or add "type": "module" in their package.json, so here it is.
Having a service worker that listens to the "fetch" event causes a network error response to PostHog
Adding the following service worker will cause a `The FetchEvent for "https://eu.i.posthog.com/decide" resulted in a network error response: the promise was rejected.` in the browser: ```ts self.addEventListener('fetch', (event) => {...