Gareth Taft
Results
2
issues of
Gareth Taft
In our project, we're seeing performance degradation that we've tracked down to the usage of the MobX `toJS` function in `PersistStore.ts` on [ine 166](https://github.com/quarrant/mobx-persist-store/blob/f79a1c0fd4642ff08b162d4b9b0fe712d4ddd467/src/PersistStore.ts#L166). Swapping `toJS(propertyData)` out for the "classic"...
exporting the DataSet type helps allows proper typing of data being used to created charts using the `dataSet` prop.