Skip to content

Commit

Permalink
Merge pull request #128 from springload/chore/race-conditions-2
Browse files Browse the repository at this point in the history
Chore/refactor away unstated to fix SSR
  • Loading branch information
ryami333 authored Oct 18, 2018
2 parents 78fc8c4 + e63a2ad commit 42dd118
Show file tree
Hide file tree
Showing 21 changed files with 4,405 additions and 4,277 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"react/default-props-match-prop-types": "off",
"jsx-a11y/no-static-element-interactions": [0],
"react/destructuring-assignment": "off"
"react/destructuring-assignment": "off",
"react/require-default-props": "off" // because Flow isn't smart enough to derive actual prop types from defaults.
},
"env": {
"jest": true,
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
> All notable changes to this project are documented in this file.
> This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [NEXT]()

### Fixed

* Fixes SSR.

## [[v2.4.4]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.4.4)

### Fixed
Expand Down
Loading

0 comments on commit 42dd118

Please sign in to comment.