- This packages ships it's source as is. There's no transpilation of the JSX, nor is there a build step for the final package.
- To develop and test, use the
examplethat's in place as your playground - Any changes made to the
exampleneed to go through thee2etests again or simply put, if you change the example, sync the tests for the same.
- You'll need
node>=18to be able to run the example.
- We Squash the changes so don't worry so much about the commit messages on your branch.
- Make sure the PR themselves are very focused and not trying to change a wider scope of the project