Open johnbotris opened 3 years ago
There are also unused components? I don't think they need to be kept around if we aren't using them:
Maybe more
Edit: this is handled
We're leaving this issue open as it is ongoing, refer to #2945 for the most recent cleanup activity that was merged to master
We still have lots of old/new component pairs, for example TextField and TextFieldN. We should try to move as many of these duplicates over to just using the new versions.
We also have many components that still used with the pattern:
We should strive to have all components written like:
While migrating to typescript (#3746) we will mark calls to
m
with@ts-ignore
as a reminder. This usage ofm
is not supported by the official mithril TS declarationsOld basic omponents left
Many of them could be removed with settings redo (#47).