You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a prop is deprecated to the outside world, I would expect their usage to be eliminated from Playbook, so it doesn't trigger warnings in other apps.
The text was updated successfully, but these errors were encountered:
[PLAY-961](https://nitro.powerhrg.com/runway/backlog_items/PLAY-961)
This PR turns off deprecation warnings to solve [issue
2676](#2676)
**Screenshots:** Screenshots to visualize your addition/change
**How to test?** Steps to confirm the desired behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See addition/change
#### Checklist:
- [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new
kit`, `deprecated`, or `breaking`. See [Changelog &
Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels)
for details.
- [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a
review.
- [ ] **TESTS** I have added test coverage to my code.
Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
Describe the bug
While running specs for nitro-id, I encountered a few deprecation warnings that were coming straight from Playbook:
Prop Warning: Playbook::PbBody::Body Kit: The prop 'status' is deprecated and will be removed in a future release!
Prop Warning: Playbook::PbFlex::Flex Kit: The prop 'vertical' is deprecated and will be removed in a future release!
Prop Warning: Playbook::PbFlex::Flex Kit: The prop 'spacing' is deprecated and will be removed in a future release!
Expected behavior
Once a prop is deprecated to the outside world, I would expect their usage to be eliminated from Playbook, so it doesn't trigger warnings in other apps.
The text was updated successfully, but these errors were encountered: