widgets icon indicating copy to clipboard operation
widgets copied to clipboard

Property 'jsonRpcEndpoint' does not exist on type 'IntrinsicAttributes & SwapProps & WidgetProps'.

Open code-bajju opened this issue 9 months ago • 0 comments

Bug Description When user specify the token user get an error message Type '{ jsonRpcEndpoint: string; tokenList: string; provider: Web3Provider | undefined; onConnectWallet: () => void; defaultInputTokenAddress: string; defaultInputAmount: string; defaultOutputTokenAddress: string; }' is not assignable to type 'IntrinsicAttributes & SwapProps & WidgetProps'. Property 'jsonRpcEndpoint' does not exist on type 'IntrinsicAttributes & SwapProps & WidgetProps'.

Screenshot 2024-05-05 at 10 49 15 AM

code-bajju avatar May 05 '24 05:05 code-bajju