Zachary Moshansky
Results
32
comments of
Zachary Moshansky
Try looking into: ``` const {state} = props; Then assign values into state, ``` Or in `ActionProvider`, use the `setState` fn.
From a next project, using tailwindCSS ``` import Markdown from 'react-markdown' export default function BotChatMessage({ message }: { message: string }) { return {message} } ``` Config ``` customComponents: {...