10 Replies
Got this recently, no idea what happened, was fine before, just ran
pnpm up
and nothing changedSolution
Change PieceContext to LoaderContext
Is this a recent update?
No, couples of months already by now.
Hm okay thanks
FWIW while an argument could be made that it was a breaking chang we opted for it to not be a major version because it's a type only change, and a very easy one at that.
yeah i understand that
was there a reasoning behind the change? was the type changed much?
Type wasn't really changed. The reasoning was that we had multiple types called Context and wanted better clarification.
GitHub
refactor: rename
Piece.Context
to Piece.LoaderContext
by kyrane...As there are framework pieces with name clash (Argument.Context for example isn't Piece.Context, but ArgumentContext).
Ah
Thanks for the explanation 🙂