Actions
Bug #23541
closedJS error on modals in the new subscriptions page
Description
When calling a modal, a JS error is thrown. This doesn't seem to block any functionality.
warning.js:33 Warning: Received `true` for a non-boolean attribute `appear`. If you want to write it to the DOM, pass a string instead: appear="true" or appear={value.toString()}. in div (created by CustomModalDialog) in CustomModalDialog (created by Modal) in Transition (created by Fade) in Fade (created by Modal) in RefHolder (created by Modal) in div (created by Modal) in Portal (created by Modal) in Modal (created by Modal) in Modal (created by ConfirmDialog) in ConfirmDialog (created by SubscriptionsTable) in Spinner (created by SubscriptionsTable) in SubscriptionsTable (created by SubscriptionsPage) in div (created by Col) in Col (created by SubscriptionsPage) in div (created by Row) in Row (created by SubscriptionsPage) in div (created by Grid) in Grid (created by SubscriptionsPage) in SubscriptionsPage (created by Connect(SubscriptionsPage)) in Connect(SubscriptionsPage) (created by Route) in Route in div in Unknown (created by Application) in Router (created by BrowserRouter) in BrowserRouter (created by Application) in Application (created by Connect(Application)) in Connect(Application) in Provider
This may be an issue in pf-react or another JS library
To reproduce:
- Navigate to new subscription page
- Select subscriptions and click "delete"
- check for error in console
Updated by Walden Raines over 6 years ago
- Category set to Subscriptions
- Target version set to 253
Updated by John Mitsch over 6 years ago
- Translation missing: en.field_release set to 338
Updated by Walden Raines over 6 years ago
- Status changed from New to Closed
Neither John nor I can reproduce this any longer.
Actions