Currently, the InteractionManager is marked deprecated and will be removed in the future. It also prints out a warning in the console when running in dev. As using this is the recommended action as per the README I wonder if there is a way to replace it.
The exact warning is the following:
InteractionManager has been deprecated and will be removed in a future release.
Please refactor long tasks into smaller ones, and use 'requestIdleCallback' instead.