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 18511db commit c87a04fCopy full SHA for c87a04f
docs/concepts/rendering_stac_widgets.mdx
@@ -353,7 +353,7 @@ Stac.fromNetwork(
353
1. **Always provide loading states**: Users should know content is loading.
354
2. **Handle errors gracefully**: Show meaningful error messages and retry options.
355
3. **Use appropriate method**: Choose the rendering method that fits your use case.
356
-5. **Validate JSON**: Ensure your JSON follows Stac schema before rendering.
+4. **Validate JSON**: Ensure your JSON follows Stac schema before rendering.
357
358
### Hybrid Approach
359
0 commit comments