We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like something changed between v0.47.2 and v0.48.0 related to how the bottom-baseline is calculated.
I noticed this when updating from @react-three/[email protected] which has ([email protected] as a dependency) to @react-three/[email protected] which has [email protected] as a dependency.
By manually overriding the troika dependincy using the resolutions field in package.json is was able to track down that this happened in v0.48.0
<Text fontSize={scale} sdfGlyphSize={128} font={font.path} anchorY="bottom-baseline" lineHeight={1} />
v0.47.2
v0.48.0
The text was updated successfully, but these errors were encountered:
3457b03
Thanks! I'd missed a negative sign. 🤦♂️ I've published 0.49.1 with the fix.
Sorry, something went wrong.
Amazing, thank you @lojjic - I can confirm it works 🎉
No branches or pull requests
Seems like something changed between v0.47.2 and v0.48.0 related to how the bottom-baseline is calculated.
I noticed this when updating from @react-three/[email protected] which has ([email protected] as a dependency) to @react-three/[email protected] which has [email protected] as a dependency.
By manually overriding the troika dependincy using the resolutions field in package.json is was able to track down that this happened in v0.48.0
v0.47.2
v0.48.0
The text was updated successfully, but these errors were encountered: