v6.24.1
v6.24.1 (Patch Release)
Status: Released
This is a new patch release of the @alextheman/components package. It includes small, non-breaking changes and should require no refactoring. Please read the description of changes below.
Description of Changes
- Move the newly-created QueryBoundary creator functions back to the root entrypoint
- Since they need the context from the root entrypoint, they do still need to be in the root entrypoint.
- Previously, I think having them in separate entrypoints causes the context to not be fully recognised for some reason, and so it crashes the app.