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
Currently Ramp doesn't support React 18.x, and fails to compile due to unsupported asynchronous implementation of useEffect hook in React. As React is upto 18.3 (latest) we need to add support for it.
Done Looks Like
Investigate effort to upgrade to React 18.3 and then again to React 19
Description
Currently Ramp doesn't support React 18.x, and fails to compile due to unsupported asynchronous implementation of
useEffecthook in React. As React is upto 18.3 (latest) we need to add support for it.Done Looks Like
React.useEffect()