Referencing this issue: #617
React native web implementation had no default value set for initial value therefore resulting in such issues.
According to mobile implementation and documentation set the default value for initialValue prop to be 0.
Test Plan:
Verified on controlled examples from example-web by setting initial useState value to undefined
Summary:
Referencing this issue: #617 React native web implementation had no default value set for initial value therefore resulting in such issues. According to mobile implementation and documentation set the default value for initialValue prop to be 0.
Test Plan:
Verified on controlled examples from example-web by setting initial useState value to undefined