Update resolvers.ts, handle error when "resolver" variable in addObje…
I suggest this update to the addObject method: if the resolver is undefined, provide a clear message to the user.
This isn't a fix issue but a better way
⚠️ No Changeset found
Latest commit: f1350946c3d1d9765f776c465df33685d959ce07
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Thanks for the PR! Could you add a changeset with "pnpm changeset" so we can bump the version with a proper changelog entry and could you also add a test to prevent future regression?
Sure, I'll do it as soon as possible!
Which test file should I add the test to?
I add test in context.spec.ts, if you want I can move it