Skip to content

Commit 734c332

Browse files
committed
update fixed
1 parent 2634f5d commit 734c332

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# React CSS Modules Examples
22

3+
4+
Issue fixed by v3.7.4, see [#89](https://github.com/gajus/react-css-modules/issues/89).
5+
6+
---
7+
38
**Issue Fork!** Example code to reproduce an issue with Safari + react-css-modules < v3.7.0.
49

510
Updated components don't no receive their [local styles](doc/fail_in_safari.png) (however they do if [dev-tool are open](doc/works_with_devtools_open.png)).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"write-file-webpack-plugin": "^1.0.0"
1616
},
1717
"dependencies": {
18-
"react": "^0.14.0",
19-
"react-css-modules": "^3.6.1",
20-
"react-dom": "^0.14.0"
18+
"react": "^0.14.7",
19+
"react-css-modules": "^3.7.4",
20+
"react-dom": "^0.14.7"
2121
}
2222
}

0 commit comments

Comments
 (0)