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
The frontend currently uses an old version of ReactXP, version 0.42.0-rc.22. One approach to fixing #5 is to get access to the requestFocus() and other focus methods for text inputs. The version history states that requestFocus() was added in Version 1.1.2 rc-2 of ReactXP, so this or any later version, such as 1.3.0, should be good enough. The breaking changes in newer ReactXP versions do not break anything in the frontend.
The text was updated successfully, but these errors were encountered:
The frontend currently uses an old version of ReactXP, version
0.42.0-rc.22
. One approach to fixing #5 is to get access to therequestFocus()
and other focus methods for text inputs. The version history states thatrequestFocus()
was added in Version 1.1.2 rc-2 of ReactXP, so this or any later version, such as 1.3.0, should be good enough. The breaking changes in newer ReactXP versions do not break anything in the frontend.The text was updated successfully, but these errors were encountered: