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
* chore: upgrade to latest substyle
BREAKING CHANGE: requires upgrade to latest versions of substyle-jss/substyle-glamor if these are used
* upgrade to latest substyle
* fix width handling
* chore: upgrade to latest substyle version
* chore: clear out unused recompose dep
* chore: fix test to enforce line break
closes#62
* chore: get rid of lodash dep
* chore: fix flow typings
* some smaller changes
Co-authored-by: Philipp Giese <[email protected]>
Copy file name to clipboardExpand all lines: demo/src/regressions/StickOnHover.js
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
import{range}from'lodash'
2
1
importReact,{useState}from'react'
3
2
4
3
importStickfrom'../../../es'
@@ -14,11 +13,13 @@ function StickOnHover() {
14
13
description="Move your mouse over the squares. When you're hovering one another node should be shown. However, there should always only be one node at the same time."
0 commit comments