Previous report: https://github.com/sindresorhus/ora/issues/123 Unfortunately, the fix: https://github.com/sindresorhus/ora/pull/125/files only handles the case when spinner is updated by an object. When it's updated like this, the interval won't be update: ``` const spinner = ora(); spinner.spinner = 'dots'; spinner.spinner = 'monkey'; ```