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
- var match = Props.neutral;- var neutral = match !== undefined ? match : false;+ var $staropt$star = Props.neutral;+ var neutral = $staropt$star !== undefined ? $staropt$star : false;
It would be great if this variable would contain the name of the prop (or be more descriptive as $staropt$star.
The text was updated successfully, but these errors were encountered:
jfrolich
changed the title
$star$opt$star in optional arguments in react-components
$star$opt$star in optional arguments in React components
Jan 31, 2020
In upgrading to 7.0.2-dev.2 from 7.0.1
for a component like this:
It would be great if this variable would contain the name of the prop (or be more descriptive as
$staropt$star
.The text was updated successfully, but these errors were encountered: