we began facing unexpected breakages just now due to moment not being recognized as a constructor (TypeError: moment is not a constructor). we have no special setup for loading it, just expecting it "out of the box" as in all our Retool apps.
if i remove the new (and don't treat it like a constructor) then all is good, but for some reason this is what we were doing for like a year+ with no issues.
i'd be curious to know whether the library itself was updated to disallow this pattern, or something else. (i'm fully aware that this might've been an off-label usage that was just tolerated/allowed by the library or Retool runtime, but i'm still curious if anyone knows the details!)
we're on Cloud v3.239.0-734d7b1 (Build 261670)
