This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow fetchData in useGet to return data (so refetch can return data)
- Loading branch information
1 parent
cf9912c
commit 925f2a2
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
925f2a2
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.
Hi @amacleay-cohere @fabien0102 , just curious if you're planning to publish this change soon on NPM? It's really handy for something I'm working on using
restful-react
. ;)925f2a2
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.
Good catch! I will publish a new version today :) Sorry for the delay, this is sometime hard to keep everything in track ^^ Thanks for the reminder! 😁
925f2a2
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.
@LevKanter Sorry, since I’m not part of contiamo anymore, I’m lacking of permission on this project, this will be published with #378 release 😉
925f2a2
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.
@fabien0102 Thank you for the ping. I merged #378 . Anything else that needs to be done to release?
925f2a2
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.
Should be good! Bumping the version number in
package.json
did trigger a new release 😃925f2a2
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.
Thank you!