We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fb972 commit 45abc3eCopy full SHA for 45abc3e
.github/workflows/integration.yml
@@ -37,14 +37,16 @@ jobs:
37
cd integration
38
npx yalc add fetch-loading
39
npm i
40
+ cat package.json | grep fetch-loading
41
+ ls node_modules | grep fetch-loading
42
43
- name: Override App.jsx
44
run: |
45
cat <<EOF > integration/src/App.jsx
46
import { FetchLoading } from 'fetch-loading'
47
48
const App = () => {
- return <div>Hello World!</div>
49
+ return <FetchLoading />
50
}
51
52
export default App
0 commit comments