airtable-react
airtable-react copied to clipboard
error found
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