-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix for Issue 1418: [@s-ui/pde] use structured args in useFeature #1472
Conversation
@rmoralp Can you please review this PR? |
I have approved workflow run from public fork 👍🏽 |
Looks like something was wrong during the build. Let's see if we can take a closer look of the issue in the next days. |
Thanks @arnau-rius, the following mocha test is failing:
It is trying to copy the |
Could you make a commit type |
BTW code looks great. |
Alright, sure :)
Thanks @rmoralp! |
…tead of raw args - In order to maintain coherency between the useExperiment and useFeature hooks, refactor the useFeature hook to accept structured args. - Update unit tests
@rmoralp I have updated the commit type to |
As I see, that commit names does not satisfy our conventional commit convention. You should use |
@rmoralp, I see. I'll keep that in mind for any future PRs. Thanks. Please feel free to let me know in case you want me to make any further changes to the current PR. |
@rmoralp this is a major. The version number must be (manual) updated also b4 merging if no commit message has it declared |
Correct the spelling from 'versionning' to 'versioning'
@rmoralp @andresin87 I've rebased my branch and fixed up the commits via the |
Hi @theonly1me @andresin87 which is the current status of this PR? |
Fix for Issue 1418: [@s-ui/pde] use structured args in useFeature
Description
useFeature
hook to accept structured args instead of raw argsuseFeature
hookuseFeature
hookversionning
->versioning
)Related Issue
Fix #1418
Example
Example - 1
Example - 2