c
чтобы показывать различные кейсы не через console.log, а прям assert’ами?
Size: a a a
c
🚀🚀
c
R
let intervalId: any;
// Store<TrackindId | null>
$trackingServiceId.watch(trackingId => {
clearInterval(intervalId);
if (trackingId !== null) {
intervalId = setInterval(() => {
timeTracked(trackingId);
}, 1000);
}
});
P
P
P
R
const {default: { combineEvents }} = await import('https://dev.jspm.io/patronum')yv
const {default: { combineEvents }} = await import('https://dev.jspm.io/patronum')🦜
const {default: { combineEvents }} = await import('https://dev.jspm.io/patronum')TG
R
🦜
TG
TG
R

TG

TG
З
key в variant обязателен? У меня есть обычный стор со строкой, и его приходится заворачивать в объект 🤔З