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
When I place LineTo into my React app and set the to and from it will only render a horizontal line rather than rendering it from a specified location to a specified location. In addition, I am unable to change the color of the line by saying borderColor="red" inside the LineTo tag. Code below
When I place LineTo into my React app and set the to and from it will only render a horizontal line rather than rendering it from a specified location to a specified location. In addition, I am unable to change the color of the line by saying borderColor="red" inside the LineTo tag. Code below
div className="a"> <p className="date">{x.date}</p> </div> <LineTo delay={0} from="a" to="b" fromAnchor="bottom center" toAnchor="center" borderColor="red" orientation="v" /> <div className="b"> <p className="time"> <span id="time" style={{ marginRight: "0.75rem" }}> {x.time} </span> </p> </div>
The text was updated successfully, but these errors were encountered: