The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
May 19, 2022 07:25 PM
I’m attempting to add a custom gif into a custom app. The file is stored in frontend/assets/selectTable.gif.
frontend/assets/selectTable.gif
import selectTable from '../assets/selectTable.gif' ... <img src={selectTable} />
In my terminal window, I see Bundle Error: Unexpected character ''.
Bundle Error: Unexpected character ''
Does anyone know how to load an image?