brisa-build / brisa

The Web Platform Framework.
https://brisa.build
MIT License
452 stars 12 forks source link

fix(regression): solve indicator to work server action without js #597

Closed aralroca closed 3 weeks ago

aralroca commented 3 weeks ago

Fixes https://github.com/brisa-build/brisa/issues/595

I noticed this bug while preparing the demo at BarcelonaJS, we could not show it because it stopped working after this PR.

After this fix, Form server actions work again even if the user has JavaScript disabled.

pkg-pr-new[bot] commented 3 weeks ago

Open in Stackblitz

brisa-adapter-vercel

``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-adapter-vercel@597 ```

brisa-tailwindcss

``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-tailwindcss@597 ```

brisa

``` bun add https://pkg.pr.new/brisa-build/brisa@597 ```

brisa-pandacss

``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-pandacss@597 ```

create-brisa

``` bun add https://pkg.pr.new/brisa-build/brisa/create-brisa@597 ```

www

``` bun add https://pkg.pr.new/brisa-build/brisa/www@597 ```

commit: d086f81