You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running solid-start build, I'm getting the error:
Error: 'ssrBoolean' is not exported by ../../node_modules/.pnpm/[email protected]/node_modules/solid-js/web/dist/server.js, imported by .solid/server/app.js
It looks like ssrBoolean is not defined in the dom-expressions package, yet is defined in solidjsserver-mock.ts.
The text was updated successfully, but these errors were encountered:
When running
solid-start build
, I'm getting the error:It looks like ssrBoolean is not defined in the
dom-expressions
package, yet is defined insolidjs
server-mock.ts
.The text was updated successfully, but these errors were encountered: