get-convex / convex-helpers

A collection of useful code to complement the official packages.
MIT License
69 stars 10 forks source link

Update convex-helpers to 0.17.0 #32

Closed sshader closed 1 year ago

sshader commented 1 year ago

Built off of https://github.com/get-convex/convex-helpers/pull/31

I also worked in some middleware helpers I had been using in our own repo. Our existing ones had a bug where if you had a function with args but no validator, the session middleware would fail because it would have a partial validator for the session ID.

I also changed the ConvexReactClientFake to use registerMutationFake. The test mocking the import doesn't seem to pass and I'm not really sure why...

thomasballinger commented 1 year ago

@ianmacartney I see you said "some thoughts to start," is anything you have blocking?