Aral Roca Gomez

Results 463 comments of Aral Roca Gomez

I found this solution before, but this is lost: ![image](https://user-images.githubusercontent.com/13313058/144438059-f3809aba-fe44-40ab-a542-640400112429.png) 😅

I released [0.9.0](https://github.com/teafuljs/teaful/releases/tag/0.9.0) with the types that @danielart added. Any improvements for what we have already discussed will be fixed by 0.9.x. Any PR will be very welcome!

@Chetan-unbounce Thanks for your answer. For me it makes sense to have all the types of the store in the beginning, in fact, I find it very useful.: ![image](https://user-images.githubusercontent.com/13313058/144485059-c7f5a8f7-9637-47cd-b959-5cbe1455b7c6.png) However,...

@Chetan-unbounce Thank you for the clarification! 😊 So after all, no fix in types is needed in the library @danielart, what will be needed is to document well the TypeScript...

I close the issue. It remains to move the entire project from Teaful to TypeScript but I prefer to create a new issue for this. Any issue on any type...

@laekem34 I have doubts about the benefits of the Hoc type: ```ts import createStore, { Hoc } from 'teaful'; const initialStore = { counter: 0 }; const { withStore }...

> **What version of this package are you using?** > 0.1.0 @wh5938316 Try the last version [0.10.0](https://github.com/teafuljs/teaful/releases/tag/0.10.0). If you still don't get it, try the canary version [0.11.0-canary.1](https://github.com/teafuljs/teaful/releases/tag/0.11.0-canary.1) that we...

Hey @mrclay , about this PR we saw that is currently in Draft but looks like that is already done and all tests pass. It's ready to review to merge?

The PR is finnally ready for review 🎉 @danielart All project moved to TypeScript + add tests for types. Now already passed all tests and library size less than 1kb...

@WreewanMorhee It's nice to find tricky things that they should work properly. Thanks for the error, we will add it as failing test and try to correct it. I imagine...