Daniel O’Connor
Daniel O’Connor
Here's a screenshot of a reproduction.  Not sure how we'd be able to solve this other than adding a prop to the component that makes it inline. Or would...
I think either option 1 or 2 are the best ones. I'm surprised this hasn't come up earlier. Seems like a big flaw in the API. 🤷♂️
That sounds good to me. Whichever approach we take here should also be done with `TextButton`: https://thumbprint.design/components/button/react/#section-buttons-that-look-like-links
Is there a reason to ever need `inline-block` in this case? I can't remember why I defaulted it to that.
Related discussion: https://github.com/vercel/vercel/discussions/4711
These two are popular alternatives: * https://github.com/algolia/react-element-to-jsx-string * https://stackoverflow.com/a/52599521
> Ok, looks like the fingerprint check has been fixed on `"@expo/fingerprint": "^0.10.0"`! > > Still seeing `file:fingerprint` on dev client btw. I am also seeing this. Did you find...
I'm able to reproduce this with Expo 53 following the same steps: 1. Publish a new build. Verify that it works. 2. Publish a new update. 3. Download and install...
Has anyone found a workaround for this issue?
I think I've found the regression and have created a PR to fix it: https://github.com/expo/expo/pull/38290 @Kudo — Could you please confirm that I'm on the right track?