You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SolidJS, trying to setFields to Infinity/-Infinity, or even the string values of them causes a The specified value "-Infinity" cannot be parsed, or is out of range. warning from setControlValue in domUtils and the field is never set.
Sure, it's being used for a 3d boundary/camera system. Most numbers, as well as Infinity/-Infinity are all valid values for the bounds, as well as various other 3d properties. So you can have a vector that is {x:3.14, y:10000, z:Infinity}
Describe the bug
In SolidJS, trying to
setFields
to Infinity/-Infinity, or even the string values of them causes aThe specified value "-Infinity" cannot be parsed, or is out of range.
warning fromsetControlValue
indomUtils
and the field is never set.Which package/s are you using?
@felte/solid (SolidJS)
Environment
"@felte/reporter-solid": "^1.2.5",
"@felte/solid": "^1.2.7",
To reproduce
do a
Small reproduction example
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: