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 71ef172 commit 46868d2Copy full SHA for 46868d2
README.md
@@ -61,7 +61,7 @@ This example showcases the same component using the `react-smart-conditional` li
61
62
```jsx
63
import React from 'react';
64
-import Show from 'react-smart-conditional';
+import { Show } from 'react-smart-conditional';
65
66
const DataDisplay = ({ isLoading, error, data }) => {
67
return (
0 commit comments