Skip to content

Commit 3879d88

Browse files
committed
Make babel transform plugin result's code snipet unswitchable
1 parent f59e3c4 commit 3879d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-renderer-demo/src/pages/optimization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = {
8080
Result:
8181

8282
```jsx
83+
--- { "switchable": false } ---
8384
import { useField } from '@data-driven-forms/react-form-renderer';
8485
// ^^ this will be converted to >>
8586
import useField from '@data-driven-forms/react-form-renderer/dist/cjs/use-field';

0 commit comments

Comments
 (0)