easy-peasy icon indicating copy to clipboard operation
easy-peasy copied to clipboard

Runtime Model with Partial Model State

Open ramiAbdou opened this issue 4 years ago • 1 comments

I just migrated from v3 to v4 and now when defining my runtimeModel, it's making me define my entire model in the provider, as opposed to passing a partial state, and running some logic in my initial model. Why can I no longer do that? This is especially inconvenient to use specifically with createContextStore.

ramiAbdou avatar Dec 03 '20 02:12 ramiAbdou

Hi @ramiAbdou

Can you please give me an example of this? You should still be able to do what you are wanting to. It could be an issue with the TS definitions.

ctrlplusb avatar Jan 16 '21 22:01 ctrlplusb