💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
Received `false` for a non-boolean attribute `className`. ``` const isTrue = false const myInputRef = useRef(5); const htmlString = { __html : "<span>an</>" } function handleClick(event){ console.log(event); } return ( <div className={isTrue?'red':'green'}><h1 className="question">{text}<hr/></h1> ``` ``` const isTrue = false.toString() const myInputRef = useRef(5); const htmlString = { __html : "<span>an</>" } function handleClick(event){ console.log(event); } return ( <div className={isTrue?'red':'green'}><h1 className="question">{text}<hr/></h1> ```