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
src/contractFacet/offerHandlerStorage.js:12:13 - error TS2305: Module '"@endo/errors"' has no exported member 'Details'.
12 * @import {Details} from '@endo/errors'
~~~~~~~
so instead it notes that and locally declares an equivalent Details itself, which is a maintenance hazard.
The text was updated successfully, but these errors were encountered:
As discussed at Agoric/agoric-sdk#9513 (comment) , in that PR in offerHandlerStorage.js
should work, but produces the type error
so instead it notes that and locally declares an equivalent
Details
itself, which is a maintenance hazard.The text was updated successfully, but these errors were encountered: