brisa-build / brisa

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

bug serving client files in Windows #538

Open adriablancafort opened 6 days ago

adriablancafort commented 6 days ago

Describe the bug The Server Counter in the Brisa demo is not interactive in dev mode in Windows.

To Reproduce Install brisa demo with latest version of bun (1.1.30) in Windows 11. Run bun dev.

Expected behavior The counter should change its value.

aralroca commented 6 days ago

Things to verify:

aralroca commented 6 days ago

I guess is a problem of the constants and then is not localizing well the files: rpc and client code

gariasf commented 6 days ago

I think I was getting similar issues the other day. I ignored it, thinking it might have to do with bun stuff. @aralroca does it help if I attach some logs or videos here? If so, I will do it once I get hands on my PC tomorrow.

aralroca commented 5 days ago

If there are errors in the terminal it would be fine. If there are not, the best thing to do would be to debug the values of the constants I mentioned above. You can use a symlink to use Brisa locally.

aralroca commented 11 hours ago

we did some improvements in 0.1.2-canary.2, can you check it?

gariasf commented 10 hours ago

I tried editing index.tsx on the www package. I got this:

$ brisa dev
Warning: Your current Bun version is not supported by the current version of Brisa, but you can still use older versions from Brisa. Please upgrade Bun to 1.1.30 or later to use latest version of Brisa.

You can upgrade Bun by running:

iex "& {$(irm https://bun.sh/install.ps1)} -Version 1.1.30"

After upgrading, you can run Brisa again
[ info ]   🚀 Brisa 0.1.2-canary.2: Running on Bun.js 1.1.29
[ wait ]  starting the development server...
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ info ]   ✓   Compiled successfully!
[ info ]   compiled successfully in 3597.21ms.
[ info ]   hot reloading enabled
[ info ]   listening on http://localhost:3000
[ wait ]  recompiling pages\index.tsx...
[ wait ]  recompiling pages\index.tsx...
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ ready ]   hot reloaded successfully in 4089.33ms
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   ENOENT reading "J:\brisa\packages\www\build\css-files.js"
[ error ]
[ error ]   --------------------------
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:12:39)
[ ready ]   hot reloaded successfully in 4413.04ms
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:12:39)

I will update bun and try again.

gariasf commented 10 hours ago

Updated bun, still get a similar error:

$ brisa dev
[ info ]   🚀 Brisa 0.1.2-canary.2: Running on Bun.js 1.1.30
[ wait ]  starting the development server...
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ info ]   ✓   Compiled successfully!
[ info ]   compiled successfully in 3636.68ms.
[ info ]   hot reloading enabled
[ info ]   listening on http://localhost:3000
[ wait ]  recompiling pages\index.tsx...
[ wait ]  recompiling pages\index.tsx...
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ ready ]   hot reloaded successfully in 4021.74ms
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ warn ]   Ops! Warning:
[ warn ]   --------------------------
[ warn ]   Actions are not supported with the "output": "static" option.
[ warn ]
[ warn ]   The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx
[ warn ]
[ warn ]   This limitation is due to the requirement of a server infrastructure for the proper functioning
[ warn ]   of server actions.
[ warn ]
[ warn ]   To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions.
[ warn ]
[ warn ]   Feel free to reach out if you have any further questions or encounter challenges during this process.
[ warn ]
[ warn ]   Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions
[ warn ]   --------------------------
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   ENOENT reading "J:\brisa\packages\www\build\css-files.js"
[ error ]
[ error ]   --------------------------
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
    at spawnSync (native)
    at spawnSync (node:child_process:178:19)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976)
    at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404)
    at processTicksAndRejections (:7:39)
[ ready ]   hot reloaded successfully in 4108.51ms
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)
[ error ]   Ops! Error:
[ error ]   --------------------------
[ error ]   Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"}
[ error ]   h is not a function. (In 'h()', 'h' is undefined)
[ error ]   --------------------------
[ error ]   Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering
[ error ]   TypeError: h is not a function. (In 'h()', 'h' is undefined)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964)
    at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791)
    at <anonymous> (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619)
    at processTicksAndRejections (:7:39)

image

gariasf commented 10 hours ago

On a brand-new app, it seems like after the first hot reload, the styles break, and any client component stops working. The server component renders but isn't working. The only way to fix it is to kill the server and start it again.

image

aralroca commented 9 hours ago

Ok, it looks like there are different issues in Windows:

To run bun run www:dev, have you @gariasf first compiled the latest version of Brisa? The README steps. Thanks!