@openpkg-ts/doc-generator 0.2.1 → 0.2.2
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/dist/react-styled.js +3 -0
- package/package.json +1 -1
package/dist/react-styled.js
CHANGED
|
@@ -6048,6 +6048,9 @@ function ExportIndexPage({
|
|
|
6048
6048
|
description,
|
|
6049
6049
|
className
|
|
6050
6050
|
}) {
|
|
6051
|
+
if (!baseHref) {
|
|
6052
|
+
console.warn("[ExportIndexPage] baseHref is undefined - links will be broken");
|
|
6053
|
+
}
|
|
6051
6054
|
const groups = groupByKind(spec.exports);
|
|
6052
6055
|
return /* @__PURE__ */ jsxDEV11("div", {
|
|
6053
6056
|
className: cn("space-y-10 not-prose", className),
|