Open OtherCroissant opened 5 months ago
That is not actually used anywhere in Trix, Babel is the one adding that cruft. I think we can remove Babel from the toolchain. We are not using any feature that is not supported by every target browser.
@afcapel That sounds good! Is it just removing it from the dependency list of the trix package? Maybe I can PR that...
@afcapel I did PR attempting to remove the babel stuff. Could you have a look at it some time?
Hi, First of all, really enjoying the current progress on the Trix editor.
I get a deprecation warning for the use of JavaScript DefaultProps being replaced by JavaScript default parameters:
It looks like trix uses it here:
Maybe this could be fixed with the next minor update?