TypeError with `enforce-store-naming-convention`
xsfunc opened this issue · 1 comments
xsfunc commented
function toStore(value) {
return is.store(value) ? value : createStore(value)
}
TypeError: Cannot read properties of null (reading 'type')
in enforce-store-naming-convention.js:153:24
igorkamyshev commented
Thanks for report, fixed in 0.10.3