Actions
Bug #25265
closedAllow using the I18n in defaultProps
Description
This will fail all tests:
```js
SearchButton.defaultProps = {
children: __('Search'),
};
```
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6162 added
Updated by Ohad Levy almost 6 years ago
- Target version set to 1.21.0
- Fixed in Releases 1.21.0 added
Updated by Avi Sharvit almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset abc30c699e229aaa16d04b59635ce50f0261a29e.
Actions