Uniswap creat a new position problems

Error: Minified React error #185; visit https ://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

2 Likes

Hi @onderfehmi, welcome to ConsenSys zkEVM community!

This issue is due to the large difference when exchanging crETH for crUSDC. Because of the high amount of crUSDC required to pool with small amounts of crETH, the requests are pilling up and crashing the pool mechanism. So try using small amounts of crUSDC when pooling with whatever the crETH equivalent is. Should still work, try balancing it a bit.

2 Likes

Dear Sir/Ma’am,

I FOUND A BUG IN LIQUIDITY POOL /UNISWAP.

ERROR MESSAGE

Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ns (https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3414520)
at tf (https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3379876)
at https://swap.goerli.zkevm.consensys.net/static/js/main.aafe1ecf.chunk.js:1:389525
at ru (https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3405043)
at Es (https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3425255)
at https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3423990
at Os (https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3424056)
at us (https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3417775)
at qi (https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3358239)
at Es (https://swap.goerli.zkevm.consensys.net/static/js/4.972e6442.chunk.js:2:3425397)

REASON AND FINDINGS OF THIS ERROR :point_right:

This error message is related to a Minified React error, specifically error #185. The error message provides a link to the React documentation’s error decoder, which may help you better understand the cause of the error. The error message indicates that there is a problem with a React component or element in the code of the application.
Based on the provided error message, it seems like the error is happening in a JavaScript file (chunk.js) that is related to a React application. The error message includes a stack trace, which shows the order of function calls that led to the error.

SOME COMMON CAUSES OF THIS ERROR MAY INCLUDES ;

Incompatibility issues between different versions of React or other related libraries.

Incorrect usage of React components, hooks, or other APIs.

Improper handling of asynchronous code, such as Promises or callbacks.

Syntax or logic errors in the code that prevent React from rendering properly.

To further diagnose the issue, you may want to:

Check the versions of React and other related libraries you are using to ensure they are compatible with each other.

Review the code around the lines mentioned in the stack trace to see if there are any syntax or logic errors that may be causing the issue.

Check if any asynchronous code is being used and ensure it is being handled properly, including any error handling.

Use the non-minified development environment for React, which may provide more detailed error messages and warnings that can help identity the cause of the error

Thanks for taking time to read my message, have a nice day.
Yours sincerely

hi @onderfehmi and @febintechi , try as this to see if it works.
1, click Full Range
2, select part or MAX of USDC.

1 Like

okay it was in pool, i didn’t enter any crUSDC amount just selected the commission and it went crazy
and then showed the error"

Avoid using pool for now.