-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
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.jsand look forrequire("ReactDOM")anddefine(["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.