-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I try to extend my own renderer and found the code in React codebase:
actually won't use costumed registry for component mapping.
Such implementation has been changed: now they use the generic component to dispatch to the correct one. The latest commit and file still uses the pattern is:
https://github.com/facebook/react/pull/4030/files#diff-2d144b75481a75f394d00eedc6005297L112
In the current version, it has become things like this:
Concluded by that, I changed my implementation to dispatch to the corresponding constructor via the generic one. So maybe the comment should be changed as well.
Metadata
Metadata
Assignees
Labels
No labels