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
No description
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.
Jump to solution
6 Replies
KaydaFox
KaydaFox11mo ago
try using <Piece>.LoaderContext it was changed a while ago from Context to LoaderContext
D24
D24OP11mo ago
not sure why the error only came up now
D24
D24OP11mo ago
either way doing that just throws this
No description
kyra
kyra11mo ago
What are you doing? A precondition? If so, use Precondition.LoaderContext
Solution
Favna
Favna11mo ago
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.
D24
D24OP11mo ago
Ah i see, works now though so cheers for the help

Did you find this page helpful?