Skip to content

Commit 46e9cd9

Browse files
add falsy props
1 parent 87ccfb3 commit 46e9cd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ jobs:
4343
run: |
4444
cat <<EOF > integration/src/App.js
4545
46+
import { FetchLoading } from 'fetch-loading'
47+
4648
const App = () => {
47-
return <FetchLoading />
49+
return <FetchLoading foo bar/>
4850
}
4951
5052
export default App

0 commit comments

Comments
 (0)