It seems that automatic migrations can trigger for dependencies. Case in point: @rescript/react uses the deprecated Js.Nullable.t. This triggers a warning about deprecation (and migration of that), but in a weird broken loc, and that obviously can't be applied since deps can't be rewritten/migrated.
It seems that automatic migrations can trigger for dependencies. Case in point:
@rescript/reactuses the deprecatedJs.Nullable.t. This triggers a warning about deprecation (and migration of that), but in a weird broken loc, and that obviously can't be applied since deps can't be rewritten/migrated.