Anton Savchenko

Results 3 comments of Anton Savchenko

Here is how I did it. Though it might be helpful. ```tsx export function GraphEdgeSvg({ edge }: GraphEdgeSvgProps) { const { points } = edge; const commands = [`M${points[0].x} ${points[0].y}`];...

Maybe i'm missing something but can the result of `cookie.parse` be anything other than `string` or `null`/`undefined` if the cookie is not there? Why generic or `any`?

Same for me, passing `offset` has no effect on the position of the dropdown menu