Skip to content

Commit f8c4aec

Browse files
add wrapper div
1 parent 7aaf068 commit f8c4aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
import { FetchLoading } from 'fetch-loading'
4545
4646
const App = () => {
47-
return <FetchLoading />
47+
return <div><FetchLoading /></div>
4848
}
4949
5050
export default App

0 commit comments

Comments
 (0)