Closed roodboi closed 8 months ago
Latest commit: 1f6b63175bf5baa787b0e38e8decb1c811a49bec
The changes in this PR will be included in the next version bump.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
island-ai-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 25, 2024 5:59pm |
we include _activePath, _completedPaths and _isValid on the stream obj - im now nesting it to avoid polluting the final obj to much and adding a type so it can used without error and clear what it is when using it.
also added a little utility for checking paths - I think adding optional callbacks might be useful too - like:
onPathComplete etc..
I also am still trying to think through best way to include something specific for array items - maybe too much for here