mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 09:15:22 -04:00
[PR #192] [MERGED] Fix Dev Startup Errors #180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/192
Author: @angelplusultra
Created: 9/16/2025
Status: ✅ Merged
Merged: 9/16/2025
Merged by: @timothycarambat
Base:
main← Head:191-fix-dev-startup-errors📝 Commits (5)
d71c9aefix: standardize iframe attributes across documentation524d55dfix: FixedWarning: Card: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.console warning by using modern default props implementation.bf917c9fix: Fixed83d889drefactor: update Card component implementation across multiple MDX files to use modern default parameters instead of defaultProps to supress warning419c2aeIntroduce reusable global Card component to replace file scoped Card components📊 Changes
31 files changed (+70 additions, -287 deletions)
View changed files
➕
components/card.tsx(+17 -0)📝
pages/_meta.json(+1 -1)📝
pages/agent-flows/blocks/_meta.json(+2 -2)📝
pages/agent-flows/blocks/intro.mdx(+1 -12)📝
pages/agent/overview.mdx(+1 -12)📝
pages/agent/setup.mdx(+3 -3)📝
pages/beta-preview/active-features/computer-use.mdx(+1 -8)📝
pages/beta-preview/active-features/live-document-sync.mdx(+1 -8)📝
pages/beta-preview/overview.mdx(+1 -12)📝
pages/changelog/overview.mdx(+1 -12)📝
pages/changelog/v1.7.2.mdx(+3 -3)📝
pages/contribute.mdx(+1 -12)📝
pages/features/all-features.mdx(+1 -12)📝
pages/features/embedding-models.mdx(+1 -12)📝
pages/features/language-models.mdx(+1 -12)📝
pages/features/transcription-models.mdx(+1 -12)📝
pages/features/vector-databases.mdx(+1 -12)📝
pages/import-custom-models.mdx(+6 -6)📝
pages/index.mdx(+1 -12)📝
pages/installation-desktop/macos.mdx(+1 -12)...and 11 more files
📄 Description
Pull Request Type
Relevant Issues
resolves #191
What is in this change?
This PR includes some changes to code that were causing console errors and warning on dev startup with
yarn devFixes the incorrect property usage in
_meta.jsonto hide the page from navigation forintro,default-blocksandcommunity-hubFixes deprecated usage of
defaultPropsfor the NextraCardcomponent across all page files.Additional Information
These changes should suppress warnings that appear similar to the following:
Validations
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #192] [MERGED] Fix Dev Startup Errorsto [PR #192] [MERGED] Fix Dev Startup Errors