-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: remove immutable #497
Conversation
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.
This already looks amazing !
Just a comment, ItemRecord
should be replaced with DiscriminatedItem
and not Item
. We should maybe not export Item
outside of its own file in sdk. This could avoid confusion.
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.
Nice work ! There was indeed a lot to change 😓
In hooks we have a lot of .then((data) => data)
should we remove them ?
7dc46e2
to
8b6e951
Compare
I'm handling kinda the current member issue. I return Also I've removed the |
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.
Changes look good to me, I have left some comments, mostly about cleanup and consistency :) 💪 Great work 🎉
acacdb2
to
019b0bd
Compare
019b0bd
to
da86a46
Compare
close #433