Closed ekwoka closed 4 months ago
Solves #4248
Stores were running their init method before interceptors were handled.
init
This handles interceptors first, just like how data does.
data
This is great, I think I actually ran into this the other day making a dark mode store and wanting to persist the value. Legend ❤️
Solves #4248
Stores were running their
init
method before interceptors were handled.This handles interceptors first, just like how
data
does.