maplibre / maputnik

An open source visual editor for the 'MapLibre Style Specification'
https://www.maplibre.org/maputnik
MIT License
2.14k stars 402 forks source link

Migration of jsx files to tsx 1 #848

Closed HarelM closed 11 months ago

HarelM commented 11 months ago

In this PR I have changed some of the jsx files to tsx file. I'm starting off with the "leafs" so that migration of the rest will be easier, hopefully.

What I'm basically doing is taking a jsx file, copy paste it into: https://mskelton.dev/ratchet

And after that I'm fixing the types as needed. It's not a very long process.

Hopefully more PRs will follow and this will be over soon. I don't plan to migrate the storybook as I generally don't understand why is it useful, I'll open an issue to see if anyone thinks differently.

codesandbox-ci[bot] commented 11 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c7c1139e8706975593869f8ff8599807aa7cb1e3:

Sandbox Source
maputnik Configuration
HarelM commented 11 months ago

Thanks!! I'll continue to push this forward in another PR to reduce re-reviewing.