pablo-abc / felte

An extensible form library for Svelte, Solid and React
https://felte.dev
MIT License
1.01k stars 43 forks source link

@felte/reporter-solid v 1.2.9 kills solid start #266

Closed timothyallan closed 8 months ago

timothyallan commented 1 year ago

Describe the bug

Downgrading to 1.2.8 fixes things, but as soon as I update @felte/reporter-solid to 1.2.9 I get:

An unhandled error occured: TypeError: __vite_ssr_import_1__.template is not a function
at /dev/project/node_modules/@felte/reporter-solid/src/stores.ts:35:29

As soon as I run npm run dev with a solid start project.

Which package/s are you using?

@felte/reporter-solid

Environment

To reproduce

Create a new solid start project named my-app via npm init solid@latest cd my-app npm install --save @felte/reporter-solid

in root.tsx, put import { reporter } from "@felte/reporter-solid";

run it with npm run dev

Boom.

Small reproduction example

No response

Screenshots

No response

Additional context

No response

jchatard commented 1 year ago

I confirm the same behavior.

pablo-abc commented 1 year ago

Thanks for reporting! Will look into this