Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
isolate mapbuffer only to components that use it (facebook#44521)
Summary: Pull Request resolved: facebook#44521 changelog: [internal] mapbuffer leaks into every component even though it is only used by 2: Paragraph and TextInput. Let's isolate it only to those two. To do that, I added a new template prop: usesMapBufferForStateData. It is false by default and only Paragraph and TextInput set it to true. Reviewed By: christophpurrer Differential Revision: D56636011 fbshipit-source-id: 4a99e6e68caaf40111b6b7b205854a71f33c5864
- Loading branch information