Random Error
So everything was working fine and all but then out of no where it's decided to go and throw this on my preconditions.
I can't seem to find anything about any updates or anything like that so some help would be appreciated
Solution:Jump to solution
Change Piece.Context to Precondtion.LoaderContext. It's a type only breaking change that we pushed somewhere in a minor version of v4. I forget which exactly.
6 Replies
try using <Piece>.LoaderContext
it was changed a while ago from Context to LoaderContext
not sure why the error only came up now
either way doing that just throws this
What are you doing? A precondition?
If so, use
Precondition.LoaderContext
Solution
Change Piece.Context to Precondtion.LoaderContext. It's a type only breaking change that we pushed somewhere in a minor version of v4. I forget which exactly.
Ah i see, works now though so cheers for the help