-
### What version of React Router are you using?
7.0.0.pre.5
### Steps to Reproduce
having this code
```js
export async function loader({ params, request }: Route.LoaderArgs) {}
export fun…
-
**Describe the bug**
There seem to be flaky tests related to the multi-select component when running `yarn test:vite`.
From what I can tell, within the test, we render the multi-select component, clic…
-
I have this folder structure in my app:
wwwroot/app/apps/vue-app-one
And kept getting this error:
```
Vite.AspNetCore.TagHelpers.ViteTagHelper ❌ 's/vue-app-one/main.ts' was not found in …
-
### Question
We're not using critical CSS (maybe some day) and want the CSS to be loaded synchronously, but for some reason setting the 2nd argument to false does not work:
````
{{ craft.vite.scrip…
-
Hi, we are using following setup in `vite-config` to generate source-maps:
```typescript
plugins: [
tsconfigPaths(),
vitePluginTypescriptTransform({
enforce: 'pre',
filter: {
…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of…
-
### What version of React Router are you using?
7
### Steps to Reproduce
[Minimal repro](https://github.com/mpqmpqm/rr7-basename)
1. Configure `vite.config.base` and `vite.config.reactRouter.bas…
-
Distribute our frontend component library for use in custom plugins (via npm).
-
### Related plugins
- [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue)
- [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/package…
-
### Description
When deploying the vite.js app with react. It doesnt even crash but coolify is not responding at all.
I cant even cancel or reload the page.
### Minimal Reproduction (if possible…