Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the example to latest version of Remix and Effect #12

Open
fredericrous opened this issue Jul 12, 2024 · 0 comments
Open

update the example to latest version of Remix and Effect #12

fredericrous opened this issue Jul 12, 2024 · 0 comments

Comments

@fredericrous
Copy link

fredericrous commented Jul 12, 2024

  • pnpm i && pnpm run dev fails because @remix-run/dev does not export unstable_vitePlugin anymore but exports vitePlugin.
  • Once this issue fixed, I see another error Error: No route matches URL "/sw.js" that seem to go away when I upgrade remix
  • the example is using sqlfx instead of the newer @effect/sql
  • when trying to upgrade to effect 3, I'm getting errors from Remix.ts
    • on function getFormDataEntries. Property 'pipe' does not exist on type '<Self, Shape>() => TagClass<Self, ActionContext, Shape>'
    • Schema.parse seems to have changed to Schema.decodeUnknown
    • I'm also getting errors from effect.ts and _index.ts I think Schema.Schema.From is now Schema.Schema.Encoded. that's about all I can fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant