cheesestringer
cheesestringer
Trying to mint an NFT with a `royalty_percentage` of 0 blocks the user with an error message of:  Checking the [tutorial](https://loopring.io/#/document/mint_nft.md) it seems 0 is an allowed value to...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Creating a button variant doesn't...
### What happened? Following the docs at https://docs.plasmo.com/framework/content-scripts-ui/life-cycle#renderer to override the default render using the built in `Inline Container` or `overlay Container` fails with the error: `Cannot read properties of...
## Description Add react 19 to the optional peer dependencies for the utilities package and run `pnpm i`. Removes some warning noise when using react 19. ## Related Issue ##...
**Summary** Allow auditing against any registry. This is useful for auditing against a private or whitelisted registry. For example, in our organisation npmjs is allowed while yarnpkg is blocked :(...
### What happened? I'm using `npm` as my package manager of choice. When I run commands like `npm run dev` or `npm run build` a new `packageManager` field with value...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 An autofilled textfield's InputAdornment doesn't...
## Details This PR fixes the `Cannot destructure property 'options_ui' of 'this.overideManifest' as it is undefined` error when creating a Chromium build where the manifest override only contains configuration for...
### What happened? Using `plasmo build` for Chromium when the `package.json` has a manifest override for `browser_specific_settings` fails with: `Cannot destructure property 'options_ui' of 'this.overideManifest' as it is undefined` ```...