import React from 'react'; import { OptionsProps } from './Options'; export default ({ options, saveOption }: OptionsProps) => { return (
Miscellaneous
{' '} saveOption('maxAge', Number(e.target.value))} />{' '}
When the number is reached, DevTools start removing the oldest actions. Improves the DevTools performance.{' '} More info
saveOption('shouldCatchErrors', e.target.checked)} />
Show the browser notifications when errors occur in the app
); };