Skip to content

office-ui-fabric-react.umd.js requires "ReactDOM" #10349

@LukeOwlclaw

Description

@LukeOwlclaw

Environment Information

  • Package version(s): office-ui-fabric-react@7.29.0

Reproduce:

  • npm i office-ui-fabric-react
  • Open node_modules\office-ui-fabric-react\dist\office-ui-fabric-react.umd.js and look for require("ReactDOM") and define(["React","ReactDOM"].

Actual behavior:

ReactDOM does not exist (anymore).

Expected behavior:

It probably should require react-dom.
And about define(["React": Shouldn't React be lowercased here?

Priorities and help requested:

Are you willing to submit a PR to fix? No

Requested priority: I think this is a blocking issue since the UMD package just won't work. But since nobody noticed so far and I am no expert at all, I just let you decide.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions