We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aaf068 commit f8c4aecCopy full SHA for f8c4aec
1 file changed
.github/workflows/integration.yml
@@ -44,7 +44,7 @@ jobs:
44
import { FetchLoading } from 'fetch-loading'
45
46
const App = () => {
47
- return <FetchLoading />
+ return <div><FetchLoading /></div>
48
}
49
50
export default App
0 commit comments