-
Notifications
You must be signed in to change notification settings - Fork 734
Slider - adding 'migrate' prop to allow using Incubator.Silder #2592
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
Changes from all commits
e27c643
74a8ade
6b0aa78
9a4ba3c
ef89324
0b92a78
868ec7c
e0cf531
f8e9dd9
b456b10
23f1f75
fb76bf4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,9 @@ export default class SliderGroup extends Component<SliderGroupProps, SliderGroup | |
render() { | ||
return ( | ||
<View {...this.props}> | ||
<SliderContext.Provider value={this.getContextProviderValue()}>{this.props.children}</SliderContext.Provider> | ||
<SliderContext.Provider value={this.getContextProviderValue()}> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that if you prettify this there'll be no changes (if not then we get different results 😨 ) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I did it on purpose, I think it's clearer this way There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's against the rules 📏 but I'll leave it up to you There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm ok with that :) |
||
{this.props.children} | ||
</SliderContext.Provider> | ||
</View> | ||
); | ||
} | ||
|
Uh oh!
There was an error while loading. Please reload this page.