import { useRender } from 'src/components/IdeWrapper/useRender' const Customizer = () => { const [open, setOpen] = React.useState(true) const ref = React.useRef() const jsCadCustomizerElement = ref.current React.useEffect(() => { console.log(jsCadCustomizerElement) if (jsCadCustomizerElement) { jsCadCustomizerElement.innerHTML = `
hi there
` } }, [jsCadCustomizerElement]) const handleRender = useRender() return (
Parameters

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

lots of lines should cause scroll

) } export default Customizer