# Overview We dynamically change the items but here the items are initial only? Was that intentional? ## Package versions react-vis-timeline: 2.0.3 vis version: 4.21.0 ## Steps to reproduce Add step by step guide to reproduce issue 1. Creating the timeline sending in initialItems and initialGroups 2. Items were updated but the timeline stays the same ## Code Snippet ```js <Timeline options={timelineOptions} ref={timelineRef} initialItems={timelineItems} initialGroups={updatedGroups} rangechangeHandler={rangeChangeHandler} /> ``` ## Related issues Any issue which is related to this issue * e.g. issue 123 ## Screenshots (if appropriate)