mobxjs / mobx-state-tree

Full-featured reactive state management without the boilerplate
https://mobx-state-tree.js.org/
MIT License
6.9k stars 640 forks source link

chore: remove unused, unnecessary custom Omit type #2167

Closed coolsoftwaretyler closed 3 months ago

coolsoftwaretyler commented 3 months ago

What does this PR do and why?

We had a custom Omit type in src/middlewares/createActionTrackingMiddleware2.ts that was:

  1. Unused already
  2. Unnecessary since TypeScript 3.5.

Now that we're on TS 5.3.3, we don't need it. Just a little cleanup.

Steps to validate locally

Unused code, safe change. Tests should pass.