insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

Unsolvable Parsing error #386

Open AlexMorrow239 opened 7 months ago

AlexMorrow239 commented 7 months ago

Here is my code:

import React, { Component } from "react"; import { Table } from "@finos/perspective"; import { ServerRespond } from "./DataStreamer"; import "./Graph.css";

/**

/**

/**

export default Graph;

And I'm receiving the error message: Parsing error: Unexpected token, expected ","

35 | const elem = (document.getElementsByTagName( 36 | "perspective-viewer" > 37 | )[0] as unknown) as PerspectiveViewerElement; | ^ 38 | 39 | const schema = { 40 | stock: "string",

And it does not have to do with the parentheses around ocuments.get...