Actions
Bug #23552
closedJS error when opening manage manifest modal
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Description
I get the following JS error when attempting to open the manage manifest modal:
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Table`. See https://fb.me/react-warning-keys for more information. in Header (created by Table) in Table (created by ManageManifestModal) in Spinner (created by ManageManifestModal) in div (created by TabPane) in Transition (created by Fade) in Fade (created by TabPane) in TabPane (created by Tab) in Tab (created by ManageManifestModal) in div (created by TabContent) in TabContent (created by Tabs) in div (created by Tabs) in TabContainer (created by Tabs) in Tabs (created by Uncontrolled(Tabs)) in Uncontrolled(Tabs) (created by ManageManifestModal) in div (created by ModalBody) in ModalBody (created by ManageManifestModal) in div (created by CustomModalDialog) in div (created by CustomModalDialog) in div (created by CustomModalDialog) in CustomModalDialog (created by Modal) in Transition (created by Fade) in Fade (created by DialogTransition) in DialogTransition (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 ManageManifestModal) in ManageManifestModal (created by Connect(ManageManifestModal)) in Connect(ManageManifestModal) (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
Steps to Reproduce:
- Go to new RH subscriptions page
- Click on manage manifest
- Note JS error
Actions