Paweł Dąbrowski
Paweł Dąbrowski
**Current behavior:** When the @emotion/babel-plugin is installed with Parcel 2, there is a console warning when running the app: ``` @parcel/package-manager: node_modules/@emotion/babel-plugin/dist/emotion-babel-plugin.cjs.mjs contains non-statically analyzable dependencies in its module graph....
#### :boom: Breaking Changes - Technically for TypeScript it does contain a breaking change, you can currently manually pass `parentWidth`/`parentHeight` /`screenWidth`/`screenHeight` prop to the component wrapped in `withParentSize`/`withScreenSize`. Now whether...
- [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and run.) -...
### Clear and concise description of the problem I'd like to use the `FixtureFn` type so I can create a typesafe fixture factory. I can contribute a PR, but need...
Hey! First of all, I'm *not* trying to promote my library. I'd like to include it in this repo as an official... not sure, either replacement or alternative to the...
### Summary It is probably caused by some extenral dependency that creates the temp files, but I'm reporting it here as I don't know what exactly is causing it. When...
### Feature Request Current WXT always adds a `side_panel` entry to the manifest file if at least one side panel is present. That makes the side panel be displayed on...
### Describe the problem A lot of the rules from the classic `eslint-plugin-react` have autofixers, e.g. for replacing `` with ``. I consider these rules as the most valuable ones...
``` ➜ app git:(master) ✗ pnpm sst add cloudflare ⠦ Adding provider...node:internal/modules/run_main:122 triggerUncaughtException( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'prettier' imported from /home/paolo/projects/app/.sst/platform/src/ast/add.mjs Did you mean to import "prettier/index.cjs"? at...
**Describe the bug** In projects where `verbatimModuleSyntax` is enabled typechecking throws an error. This is because your types are not `.d.ts` files, but a mix of both `.ts` and `.d.ts`....