Actions
Bug #25265
closedAllow using the I18n in defaultProps
Description
This will fail all tests:
```js
SearchButton.defaultProps = {
children: __('Search'),
};
```
Updated by Avi Sharvit over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset abc30c699e229aaa16d04b59635ce50f0261a29e.
Actions