Skip to content

Commit 40c5fd8

Browse files
Fixing syntax error that broke my build
1 parent 396078a commit 40c5fd8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/docs/usage/use-audio.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function Audio({ publicId, transformations }) {
8686
<tr>
8787
<td>isIdle</td>
8888
<td>Boolean</td>
89-
<td>isIdle returns a boolean (true) if the query is initialized with { enabled: false} and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
89+
<td>isIdle returns a boolean (true) if the query is initialized with enabled: false and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
9090
</tr>
9191
<tr>
9292
<td>error</td>

src/docs/usage/use-gif.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function Gif({ publicId, transformations, width, height, alt }) {
104104
<tr>
105105
<td>isIdle</td>
106106
<td>Boolean</td>
107-
<td>isIdle returns a boolean (true) if the query is initialized with { enabled: false} and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
107+
<td>isIdle returns a boolean (true) if the query is initialized with enabled: false and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
108108
</tr>
109109
<tr>
110110
<td>error</td>

src/docs/usage/use-image.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function Image({ publicId, transformations, width, height, cloudName }) {
162162
<tr>
163163
<td>isIdle</td>
164164
<td>Boolean</td>
165-
<td>isIdle returns a boolean (true) if the query is initialized with { enabled: false} and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
165+
<td>isIdle returns a boolean (true) if the query is initialized with enabled: false and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
166166
</tr>
167167
<tr>
168168
<td>inView</td>

src/docs/usage/use-search.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ exports.handler = async (event) => {
111111
<tr>
112112
<td>isIdle</td>
113113
<td>Boolean</td>
114-
<td>isIdle returns a boolean (true) if the query is initialized with { enabled: false} and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
114+
<td>isIdle returns a boolean (true) if the query is initialized with enabled: false and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
115115
</tr>
116116
<tr>
117117
<td>error</td>

src/docs/usage/use-upload.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ exports.handler = event => {
144144
<tr>
145145
<td>isIdle</td>
146146
<td>Boolean</td>
147-
<td>isIdle returns a boolean (true) if the query is initialized with { enabled: false} and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
147+
<td>isIdle returns a boolean (true) if the query is initialized with enabled: false and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
148148
</tr>
149149
<tr>
150150
<td>error</td>

src/docs/usage/use-video.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function Video({ publicId, transformations, width, height }) {
102102
<tr>
103103
<td>isIdle</td>
104104
<td>Boolean</td>
105-
<td>isIdle returns a boolean (true) if the query is initialized with { enabled: false} and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
105+
<td>isIdle returns a boolean (true) if the query is initialized with enabled: false and no initial data is available (otherwise false). More about React Query return vairables <a href="https://github.com/tannerlinsley/react-query#returns">here</a></td>
106106
</tr>
107107
<tr>
108108
<td>error</td>

0 commit comments

Comments
 (0)