Actions
Bug #25265
closedAllow using the I18n in defaultProps
Description
This will fail all tests:
```js
SearchButton.defaultProps = {
children: __('Search'),
};
```
Actions
Description
This will fail all tests:
```js
SearchButton.defaultProps = {
children: __('Search'),
};
```