In Cost Management, we discovered a "Maximum update depth exceeded" issue with the data toolbar.
Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops

This appears to be a problem with how the PatternFly requires a unique DataToolbarFilter component to represent the chip values for each tag below. If there are 100 tags, we end up with 100 DataToolbarFilter components.
