Skip to content

fix: remove invalid inline boolean prop in ReactMarkdown code component#35

Merged
Aidosmf merged 1 commit intomainfrom
mf/fix-faq-err
Feb 3, 2026
Merged

fix: remove invalid inline boolean prop in ReactMarkdown code component#35
Aidosmf merged 1 commit intomainfrom
mf/fix-faq-err

Conversation

@Aidosmf
Copy link
Copy Markdown
Member

@Aidosmf Aidosmf commented Feb 3, 2026

I was getting a console error in the site:

getting an error, try to fix it "If you want to write it to the DOM, pass a string instead: inline="true" or inline={value.toString()}. Error Component Stack
    at code (<anonymous>)
    at code (faq.js:41:1)
    at span (<anonymous>)
    at p (faq.js:44:1)
    at ReactMarkdown (react-markdown.js:75:1)
    at div (<anonymous>)
    at div (<anonymous>)
    at eval (CardBody.js:8:1)
    at Transition (Transition.js:113:1)
    at eval (TransitionWrapper.js:10:1)
    at eval (Collapse.js:31:1)
    at div (<anonymous>)
    at eval (Card.js:17:1)
    at FAQItem (faq.js:10:1)
    at div (<anonymous>)
    at eval (Col.js:57:1)
    at div (<anonymous>)
    at eval (Row.js:8:1)
    at div (<anonymous>)
    at eval (Container.js:8:1)
    at section (<anonymous>)
    at Faq (faq.js:58:1)
    at main (<anonymous>)
    at Layout (layout.js:5:1)
    at Home (index.js:25:1)
    at PageRenderer (page-renderer.js:12:1)
    at PageQueryStore (query-result-store.js:30:1)
    at RouteHandler (<anonymous>)
    at div (<anonymous>)
    at re (index.modern.mjs:1:1)
    at ee (index.modern.mjs:1:1)
    at ae (index.modern.mjs:1:1)
    at oe (index.modern.mjs:1:1)
    at ScrollHandler (scroll-handler.js:23:1)
    at RouteUpdates (navigation.js:221:1)
    at EnsureResources (ensure-resources.js:7:1)
    at LocationHandler (root.js:36:1)
    at eval (index.modern.mjs:1:1)
    at F (index.modern.mjs:1:1)
    at H (index.modern.mjs:1:1)
    at WithErrorBoundary(validator/) (<anonymous>)
    at G (index.modern.mjs:1:1)
    at Root (<anonymous>)
    at StaticQueryStore (query-result-store.js:121:1)
    at SliceDataStore (query-result-store.js:161:1)
    at ErrorBoundary (error-boundary.js:3:1)
    at DevOverlay (index.js:70:1)
    at RootWrappedWithOverlayAndProvider (<anonymous>)
    at App (app.js:164:1)"

@Aidosmf Aidosmf requested a review from kudanai February 3, 2026 10:16
@Aidosmf Aidosmf self-assigned this Feb 3, 2026
@Aidosmf Aidosmf requested a review from mbasaglia February 3, 2026 10:16
@Aidosmf Aidosmf merged commit c813abb into main Feb 3, 2026
1 check passed
@Aidosmf Aidosmf deleted the mf/fix-faq-err branch February 3, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants