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
After upgrading to 4.3.4 from 4.3.3, I am getting the following error:
TypeError: (0 , zustand_1.createStore) is not a function
Link to reproduction
You can check PR in Uniswap/web3-react Uniswap/web3-react#767 where we're running into this issue. I demonstrated first commit on that PR to fail tests after upgrading to 4.3.4 and another commit to pass tests after downgrading explicitly to 4.3.3.
Hope that helps.
The text was updated successfully, but these errors were encountered:
grabbou
changed the title
regression:
regression: zustand.createStore is not a function in 4.3.4
Feb 27, 2023
Summary
After upgrading to
4.3.4
from4.3.3
, I am getting the following error:Link to reproduction
You can check PR in Uniswap/web3-react Uniswap/web3-react#767 where we're running into this issue. I demonstrated first commit on that PR to fail tests after upgrading to 4.3.4 and another commit to pass tests after downgrading explicitly to 4.3.3.
Hope that helps.
The text was updated successfully, but these errors were encountered: