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