ELvin Long
ELvin Long
@Jonath-z this component not support ssr , use dynamic => ssr: false ``` const MusicBar = dynamic(() => import('components/MusicBar'), { ssr: false, }) ```
change /node_modules/native-base/src/components/primitives/Select/Select.tsx and add this code can fixed Select variant bug variant={props.variant} ``` const commonInput = (
I have the same problem. i solve it of the next form in you dynamic components ``` import React, { useEffect } from "react"; useEffect(() => { AOS.init() }, [])...
> set ssr to false
你可能没懂我意思 因为官方weui-wxss的是wxss文件 我看到你的是less文件 所以我是想问下 你用的weui 样式文件哪里找的?