Shayan Noruzi
Shayan Noruzi
Also seeing this same issue with ``` "react-unity-webgl": "^9.0.3",``` and Unity 2021 Seems like there's a lack of support here for this newer version - whats the most stable one?...
@jeffreylanters Looks like a good work around, thanks Jeffrey
Next.js - same issue. React-bootstrap is adding dynamic? classes that purgeCSS is not handling. ```js next.config.js ... plugins: [ "postcss-flexbugs-fixes", [ "postcss-preset-env", { autoprefixer: { flexbox: "no-2009" }, stage: 3,...
+1 to this issue.
https://stackoverflow.com/questions/59497890/showing-google-recaptcha-v3-floater-only-on-specific-pages-of-react-application there's hacky solves with removing the script but even after implementing some of these it still remained in the DOM (useEffect)
Its because the font size has auto property on it but also the text fields height isn't dynamic. Setting the text field height to dynamic should alleviate this if its...
Example 1 Make a text field multiline and triple its height var f = this.getField("myText"); var aRect = f.rect; // Get bounding rectangle f.multiline = true; // Make it multiline...
Possible to use this to create something dynamic.
This would be a good feature to add.