BatCat
BatCat
SSolidJS
Created by BatCat on 8/12/2024 in #support
Export variable
const [next, setNext] = createSignal(false); export {next} If I export a variable like next it's exported as promise How can I export variable like a variable?
6 replies