benjamin
benjamin
This makes sense now. `jest-styled-components` isn't compatible with `react-testing-library`. If you want to test if an element has a style on it: - https://github.com/testing-library/jest-dom#tohavestyle is the way to go. ```...
CAPTURE
Hey @NakedFool, This was a great catch. We have this problem though out the app, I've been working on fixing a bunch of them. Definitely appreciate the 👀, additionally if...
My bad! I sent you the wrong link of the pattern we use today. This is the pattern that we use today: https://github.com/jbx-protocol/juice-interface/blob/1ee4f8db276c80610652ed919a55a385989672ab/src/hooks/v2/transactor/TransferProjectOwnershipTx.ts Moving forward, I was going to use...
> we need transactionPending to be true while it is in onDone callback I think that's a bug. Made an example of what I'm talking about, handling both API and...
Following up from discord. Your implementation works as expected with the pending modal shown after the `claim` button is fixed. I think there's a bug in the transactor where the...
Cross post from discord: https://discord.com/channels/939317843059679252/1012735432515129446/1013077786031829082
I had to quick questions: - It looks like `public/vendor/desmos/calculator.min.js` was related to a different PR / might have got mixed into this PR accidently. Could you remove it? Additionally,...