You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't looked into this deeply, but I remember having a conversation where it seemed like the performance benefits we were getting from isNative might not be as much as we thought, given that we do some other performance-enhancing things that Draft.js does not (and isNative was borrowed from Draft).
So we might be able to get rid of it, which would simplify a lot of other things.
If someone wanted to investigate this with a PR and check the performance after removing it, that would be amazing!
The text was updated successfully, but these errors were encountered:
I haven't looked into this deeply, but I remember having a conversation where it seemed like the performance benefits we were getting from
isNative
might not be as much as we thought, given that we do some other performance-enhancing things that Draft.js does not (andisNative
was borrowed from Draft).So we might be able to get rid of it, which would simplify a lot of other things.
If someone wanted to investigate this with a PR and check the performance after removing it, that would be amazing!
The text was updated successfully, but these errors were encountered: