Ivo Fritsch

Results 4 issues of Ivo Fritsch

It's not working for me, looking at the code, it doesn't appear to be any code related to make it work. Is it a feature yet to be finished? I...

Mongoose has the property `immutable` for a field. It would be cool to add this option in the plugin. for example: `SomeSchema.plugin(mongoTenant, { ... , immutable: true });` Thanks in...

The flag presence on the index specification was causing mongoDB to throw the following error: **The field 'preserveUniqueKey' is not valid for an index specification. Specification: { key: { associatedInsurance:...

I think the simplest solution is the suggested by react: * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will...