mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-08-01 07:04:34 +02:00
version bump, added npm version to the example and published as 1.0.6 to npm
This commit is contained in:
@@ -837,7 +837,7 @@ CookieConsent.propTypes = {
|
||||
children: _propTypes2.default.any, // eslint-disable-line react/forbid-prop-types
|
||||
disableStyles: _propTypes2.default.bool,
|
||||
onAccept: _propTypes2.default.func,
|
||||
buttonText: _propTypes2.default.oneOf([_propTypes2.default.string, _propTypes2.default.func]),
|
||||
buttonText: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.func]),
|
||||
cookieName: _propTypes2.default.string
|
||||
};
|
||||
CookieConsent.defaultProps = {
|
||||
|
Reference in New Issue
Block a user