airtable-react icon indicating copy to clipboard operation
airtable-react copied to clipboard

error found

Open GerhardMes opened this issue 6 years ago • 0 comments

hi, just was trying to get up with my aurtable.

But running the script the terminal says "everything is fine". But the Browser tells me, that src/App.js:10

`Unhandled Rejection (SyntaxError): The string did not match the expected pattern. (anonymous function) src/App.js:10 7 | records: [] 8 | } 9 |

10 | async componentDidMount() { | ^ 11 | const resp = await fetch('/api', { 12 | method: 'GET', 13 | headers: { View compiled`

any advice? Thanks for all

GerhardMes avatar May 10 '19 14:05 GerhardMes