I’m using JsonForms for my form creation in React. I’m working on creating a test r and was wondering why it needs a rank?
import { rankWith, scopeEndsWith } from '@jsonforms/core';
export default rankWith(
3, // what’s the use for this?
scopeEndsWith('rating')
);