aerogear / datasync-starter

GraphQL Low Code React and Node.js DataSync Application template
http://graphback.dev
MIT License
32 stars 38 forks source link

Add 'uniforms' extention to SimpleSchema #436

Closed kingsleyzissou closed 4 years ago

kingsleyzissou commented 4 years ago

Bug Report

SimpleSchema is breaking intermittently on the datasync-starter app.

Adding the following line to the forms/tasks.ts file resolves the issue:

SimpleSchema.extendOptions(['uniforms']);

However, we could possibly add this support higher up, at the router level in order to catch any potential issues higher up.

kingsleyzissou commented 4 years ago

Resolved