Skip to content

Commit

Permalink
Change markdown rendering plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Nov 17, 2023
1 parent 3cf0fa9 commit 187cd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.wasp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ app chatApp {
("node-fetch", "3.3.0"),
("react-hook-form", "^7.45.4"),
("stripe", "11.15.0"),
("react-markdown", "9.0.0"),
("markdown-to-jsx", "7.3.2"),
],
}

Expand Down
2 changes: 1 addition & 1 deletion src/client/ChatPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import logout from '@wasp/auth/logout';
import { useState, useEffect, useRef } from 'react';
// import { Chat, Conversation } from '@wasp/entities'
import { Link } from '@wasp/router'
import Markdown from 'react-markdown'
import Markdown from "markdown-to-jsx";

import logo from './static/captn-logo.png'
import createChat from '@wasp/actions/createChat'
Expand Down

0 comments on commit 187cd1b

Please sign in to comment.