You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has broken @data-ui builds (and maybe/probably others)
This repo is using @beemo/core 0.27.0 which depends on @boost/core ^1.9.0. @boost/core now resolves to 1.18.2.
The problem is that @boost/core 1.18.2 relies on optimal ^4.2.0 which has a lot of breaking changes including the change from Builder to Predicate
The affect this has is that Optimal throws Unknown blueprint for "configure". Must be a predicate. during building because the config is still ShapeBuilder instead of ShapePredicate
The text was updated successfully, but these errors were encountered:
This has broken @data-ui builds (and maybe/probably others)
This repo is using
@beemo/core 0.27.0
which depends on@boost/core ^1.9.0
.@boost/core
now resolves to1.18.2
.The problem is that
@boost/core 1.18.2
relies onoptimal ^4.2.0
which has a lot of breaking changes including the change fromBuilder
toPredicate
The affect this has is that Optimal throws
Unknown blueprint for "configure". Must be a predicate.
during building because the config is stillShapeBuilder
instead ofShapePredicate
The text was updated successfully, but these errors were encountered: