David Stellini

Results 3 comments of David Stellini

Late to the party, but just do this instead: ``` const [graph, setGraph] = useState({ nodes: [ { id: 1, label: 'Node 1', title: 'node 1 tootip text' }, {...

To anyone else who sees this, you probably didn't pass on the content type and accept properties inside the API gateway. The response you should be getting should be base64.

This is an even problem when deploying an app with cloudflare pages, which ADDS trailing slashes to all URLs (with also no way to disable this behaviour), and then we...