Damon (Toal-Rossi) Vestervand
Damon (Toal-Rossi) Vestervand
This would also be useful for posting source maps to error & performance monitoring tools like Sentry and Bugsnag: https://docs.expo.dev/guides/using-sentry/#uploading-source-maps-for-updates
Thanks for all your work on this. I hate to threadjack, but I'm interested to hear about your stack and experience moving to Biome. I've been waiting to move our...
Interesting note on @zachasme's solution: This works great up until `v2.25.0`, but for `v2.26.0` and `v2.27.0` I get the following: ``` ~/W/prisma-examples latest *… yarn-berry yarn...
TBH this doesn't really address the issue. `onClick` for a button is a valid HTML attribute. Take for example: ```html Click here ``` How does one do this in a...
FWIW this is the "workaround", but it's pretty poor: ```jsx ```