Кто-нибудь делал реакт приложение с бекендом на airtable?
https://github.com/kiberlain/Build-a-JAMstack-Cour...
Я форкнул проект, прописал в .env параметры подключения, приложение работает но без airtable
в консоли
index.js:1 Warning: Tags: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (
https://fb.me/react-special-props)
in Tags (at CourseForm.js:62)
in div (at CourseForm.js:60)
in form (at CourseForm.js:39)
in div (at CourseForm.js:38)
in div (at CourseForm.js:36)
in CourseForm (at App.js:25)
in div (at App.js:23)
in App (at src/index.js:10)
in StrictMode (at src/index.js:9)
console. @ index.js:1
Почему так? Где ошибка?
Если есть возможность склонируйте и посмотрите, буду очень благодарен