Jacques Germishuys
Jacques Germishuys
## Current Behavior  ## Expected Behavior  ## Your Environment N/A. - [x] I have searched the [issues](https://github.com/uber/baseweb/issues) of this repository and believe that this is not a duplicate.
## Current Behavior The component is not available. ## Expected Behavior The component should be available. ## Your Environment | Tech | Version | | ------- | ------- | |...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
The `openapi` script installed by this package conflicts with the one provided by `@redocly/cli`. Could this be renamed to something a little less general and more specific to this project?
This upgrades the dependency on apexcharts from `3.18` to `3.41`. My application has seen definitive side-effects. Please rollback and move this to `1.5.X`?
### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...
`historyContext` does not return something that can be used with `history.listen()`. ``` export function historyContext( rollbar: Rollbar, args: { formatter: (location: string, action: string) => string; filter: (location: string, action:...
As part of `6a1dc67a20c14c3d5952f8252519ada413c82eb6` the following change has been introduced: ``` if ( (typeof when === "boolean" && when === true) || // @ts-ignore Reload case -- No location present...
Currently using dynamic substitutions with the inline `style` tag: ```html globalThis.import_meta_env = JSON.parse('"import_meta_env_placeholder"'); ``` Unfortunately, this requires adding `unsafe-inline` as an option to the `script-src` value when using the `Content-Security-Policy`...