@eventcatalog/core 2.5.4 → 2.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -72,7 +72,7 @@ try {
|
|
|
72
72
|
schemas.length > 0 &&
|
|
73
73
|
schemas.map((schema) => (
|
|
74
74
|
<div>
|
|
75
|
-
{schema.exists && <SchemaViewerClient {...schema} client:
|
|
75
|
+
{schema.exists && <SchemaViewerClient {...schema} client:only="react" />}
|
|
76
76
|
|
|
77
77
|
{/* User has tried to load the schema, but it was not found on file system */}
|
|
78
78
|
{!schema.exists && (
|