The reactive variable 'props.columns' should be wrapped in a function for reactivity. This includes event handler bindings on native elements, which are not reactive like other JSX props.eslint(solid/reactivity)
The reactive variable 'props.columns' should be wrapped in a function for reactivity. This includes event handler bindings on native elements, which are not reactive like other JSX props.eslint(solid/reactivity)
Is this a false positive? Or am I using mapArray incorrectly?