@eeacms/volto-block-style
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,4 +7,11 @@ ### Changelog | ||
#### [1.0.2](https://github.com/eea/volto-block-style/compare/1.0.1...1.0.2) | ||
- fix console warning [`#5`](https://github.com/eea/volto-block-style/pull/5) | ||
#### [1.0.1](https://github.com/eea/volto-block-style/compare/1.0.0...1.0.1) | ||
> 16 November 2020 | ||
- Release 1.0.1 [`71298d5`](https://github.com/eea/volto-block-style/commit/71298d59f68f3c1138a8a71a6a6372c7575f8d41) | ||
- [JENKINS] - Fix SONAR tags [`4feed37`](https://github.com/eea/volto-block-style/commit/4feed37db9dae96103994ac1232c021595cf6f51) | ||
@@ -11,0 +18,0 @@ |
{ | ||
"name": "@eeacms/volto-block-style", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "volto-block-style: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
import React from 'react'; | ||
import { Portal } from 'react-portal'; | ||
import PropTypes from 'prop-types'; | ||
import { CSSTransition } from 'react-transition-group'; | ||
@@ -37,2 +38,6 @@ | ||
SidebarPopup.propTypes = { | ||
open: PropTypes.bool, | ||
}; | ||
export default React.forwardRef(SidebarPopup); |
37730
579