SolidJSS
SolidJSโ€ข3y agoโ€ข
3 replies
PureSoul

CreateStore types not work for array

const [store, setStore] = createStore([{
    lotNumber: '',
  }]);

This is giving typescript error in v1.7.5
Was this page helpful?