})
setIsLoading(false)}
onError={() => setHasError(true)}
style={{
width: node.getWidth(),
height: node.getHeight(),
maxWidth: node.getMaxWidth()
}}
/>
{node.getShowCaption() && (
)}
);
};
```
--------------------------------
### Enable Image Handling Debugging
Source: https://github.com/lobehub/lobe-editor/blob/master/README.md
Enable detailed tracing for the image handling plugin.
```bash
DEBUG=lobe-editor:plugin:image
```
--------------------------------
### Basic Table Usage
Source: https://github.com/lobehub/lobe-editor/blob/master/src/plugins/table/index.md
Demonstrates the basic integration and usage of the Table plugin within the editor.
```typescript
import { ReactTablePlugin } from "@lobehub/editor-plugins";
// ... editor setup