mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-12-06 10:18:21 +01:00
version bump and build
This commit is contained in:
@@ -169,7 +169,7 @@ class CookieConsent extends Component {
|
||||
}
|
||||
|
||||
CookieConsent.propTypes = {
|
||||
location: PropTypes.oneOf(Object.values(OPTIONS)),
|
||||
location: PropTypes.oneOf(Object.keys(OPTIONS).map(key => OPTIONS[key])),
|
||||
style: PropTypes.object,
|
||||
buttonStyle: PropTypes.object,
|
||||
contentStyle: PropTypes.object,
|
||||
|
||||
Reference in New Issue
Block a user