Billy
12/18/2023, 8:48 PMvalidator
, but that would've introduced breaking changes as the signature for the`StoreBuilder` interface would have then needed to include the Local
parameter, and I would've also had to make the converter
property mutable. Since it's currently not mutable, and I wanted to avoid making a breaking change, I opted to just include additional functions to create the StoreBuilder
Matthew Ramotar
12/20/2023, 8:11 PMBilly
12/20/2023, 9:17 PM