File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
core/src/main/scala/japgolly/scalajs/react Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ object Addons {
1515 component : js.UndefOr [String ] = js.undefined) {
1616 def toJs : js.Object = {
1717 val p = js.Dynamic .literal(" transitionName" -> name)
18- enter.foreach(v => p.updateDynamic(" transitionEnter" )(v))
19- leave.foreach(v => p.updateDynamic(" transitionLeave" )(v))
20- component.foreach(v => p.updateDynamic(" component" )(React . DOM .selectDynamic(v) ))
18+ enter .foreach(v => p.updateDynamic(" transitionEnter" )(v))
19+ leave .foreach(v => p.updateDynamic(" transitionLeave" )(v))
20+ component.foreach(v => p.updateDynamic(" component" )(v ))
2121 p
2222 }
2323
Original file line number Diff line number Diff line change 1313 * ` justifyContent `
1414 * ` vectorEffect `
1515* Fixed typos in ` borderRightStyle ` and ` lineHeight ` .
16+ * Fixed warnings in ` ReactCssTransitionGroup ` . ([ #86 ] ( https://github.com/japgolly/scalajs-react/issues/86 ) )
1617
1718
1819# 0.8.0 ([ commit log] ( https://github.com/japgolly/scalajs-react/compare/v0.7.2...v0.8.0 ) )
You can’t perform that action at this time.
0 commit comments