[hotfix] load selectors in render

This commit is contained in:
Maxime Beauchemin
2017-01-19 15:27:01 -08:00
parent 4a9888157e
commit 0807a8d016
13 changed files with 22 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ const propTypes = {
label: PropTypes.string,
description: PropTypes.string,
onChange: PropTypes.func,
value: PropTypes.oneOf([
value: PropTypes.oneOfType([
PropTypes.string,
PropTypes.number,
]),