-
- I notice that after I installing the react-resizable-panels library my tsup css changed a little bit (maybe the library css is not scoped)
I have a project with tsup config above:
```
import…
-
The following errors were reported by 5.6.0-dev.20240811, but not by 5.5.4
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…
-
### Describe the bug
I'm trying to hydrate a component in the client but the following error occurs:
```bash
Uncaught (in promise) Error: Failed attempt to create new DOM elements during hydrat…
asaf updated
9 months ago
-
I'm working with a standard turbo/yarn workspaces setup as can be found in https://github.com/vercel/turbo/tree/main/examples/with-tailwind and want to use `isolate-package` to isolate `apps/functions…
-
### Issue description or question
When Vitest is configured with unplugin-swc, Wallaby is unable to transpile TypeScript. This problem has been observed with multiple projects that use decorators a…
-
### Describe the Bug
Context: I'm developing an AWS Lambda with SES and react-email, so execution time is critical. After upgrading @react-email/components to 0.0.8 or higher, the average execution t…
-
## Troubleshooting
1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior
1. Does your Rollup plugin order match [this plugin's compatibility](https://g…
-
### Describe the bug
When using `setup()` from `@storybook/vue3` in `.storybook/main.ts`:
```
import type { StorybookConfig } from "@storybook/vue3-vite";
import { setup } from "@storybook/vue…
-
I'm using `format: ['cjs','esm']`
Which executes the manifestPlugin twice and the last result ends up in the file.
I did a hacky workaround by keeping an external obj and returning that:
https:…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the bug
When `bundle: false` is specified for tsup options, this plugin isn't applied. I'm not …