-
Notifications
You must be signed in to change notification settings - Fork 0
add create resource stream hook #54
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
Conversation
🦋 Changeset detectedLatest commit: 6724887 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget the changeset!
I don't think this is quite ready to merge. I think my types are still a bit off but putting up everything for you to check out. |
Which types aren't working as expected? From a read through it looks correct |
It was about determining the type of the value returned from the |
I am not adding docs to the readme for this hook because it relies on an experimental tanstack feature. Let's see how things go before we document it. |
Relies on this ts-sdk PR and the two projects being in the same parent directory. WIP just something for us to start e2e testing with. Adds the ability to interact with streaming queries, WIP there are some typing issues just getting this setup to start e2e testing.