Meteor-Community-Packages / meteor-autoform

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
MIT License
1.44k stars 328 forks source link

Add mongo-object #1738

Closed harryadel closed 7 months ago

harryadel commented 9 months ago

Autoform relies on mongo-object internally but doesn't state it as an explicit NPM dependency because it's one of the sub dependencies of simple-schema which you get it by default when you install simpl-schema. The problem comes apparent only when you remove the simpl-schema NPM package.

jankapunkt commented 9 months ago

Shouldn't we rather api.mply Mongo Object in the simple schema Meteor package?

harryadel commented 9 months ago

@jankapunkt what led me to create this issue is that once I removed the NPM version, I had a client error stopping my application from booting till I installed the mongo-object as an NPM version.