Skip to content

Commit d746bee

Browse files
author
ben.durrant
committed
no transpile docblocks too
1 parent 3ed1aad commit d746bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/toolkit/src/query/react/ApiProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import type { Api } from '@reduxjs/toolkit/dist/query/apiTypes'
1212
*
1313
* @example
1414
* ```tsx
15-
* // codeblock-meta title="Basic usage - wrap your App with ApiProvider"
15+
* // codeblock-meta no-transpile title="Basic usage - wrap your App with ApiProvider"
1616
* import * as React from 'react';
1717
* import { ApiProvider } from '@reduxjs/toolkit/query/react';
1818
* import { Pokemon } from './features/Pokemon';

packages/toolkit/src/query/react/buildHooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ interface UseQuerySubscriptionOptions extends SubscriptionOptions {
140140
*
141141
* @example
142142
* ```tsx
143-
* // codeblock-meta title="Skip example"
143+
* // codeblock-meta no-transpile title="Skip example"
144144
* const Pokemon = ({ name, skip }: { name: string; skip: boolean }) => {
145145
* const { data, error, status } = useGetPokemonByNameQuery(name, {
146146
* skip,

0 commit comments

Comments
 (0)