@copilotkit/react-ui 1.57.4 → 1.58.0-canary.thread-id-propagation
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/oxlint-rules/copilotkit-plugin.mjs +2 -0
- package/oxlint-rules/no-single-arg-zod-record.mjs +73 -0
- package/package.json +4 -4
- package/src/components/help-modal/modal.tsx +1 -1
package/dist/index.cjs
CHANGED
|
@@ -731,7 +731,7 @@ function CopilotKitHelpModal() {
|
|
|
731
731
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
732
732
|
className: "copilotKitHelpItemButton",
|
|
733
733
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("a", {
|
|
734
|
-
href: "https://docs.copilotkit.ai/
|
|
734
|
+
href: "https://docs.copilotkit.ai/langgraph-python/troubleshooting/common-issues",
|
|
735
735
|
target: "_blank",
|
|
736
736
|
rel: "noopener noreferrer",
|
|
737
737
|
children: "Visit the Troubleshooting and FAQ section in the docs"
|