Workers/probe calls the same WorkerEntrypoint in two ways:ctx.exports.OutboundProbe({}).someOtherFunc() (RPC method)ctx.exports.OutboundProbe({}).fetch(new Request(...)) (fetch method)OutboundProbe.fetch and returns FROM_OUTBOUND_CLASS ...placement is enabled:index.fetch and returns FROM_INDEX_DEFAULTwrangler dev behaves correctly.placement is removed.placement region still reproduces (so this does not look region-specific).