Results 3 issues of Carter

While using the app, I had no idea what some of the icons were, so I added a tooltip component using radix-ui.

I keep getting this error and the one about multiple cards am i doing something wrong in my code? I'm using firebase ```import React, { useState, useEffect, useContext, createContext }...

client = a.easy_client("secret-id", "secret-stuff", "http://localhost:3001/callback") placed_order = client.place_order( { "AccountID": "SIM232secret", "Symbol": "HMST", "Quantity": "1", "OrderType": "Market", "TradeAction": "Buy", "TimeInForce": { "Duration": "GTC" }, "Route": "Intelligent" } ) When making...