Fix RAD/form false positives:
- Don't warn about nil ident on RAD report -Row components when the report is configured not to normalize its data
- Don't warn about nil joins when they are for subforms (typically 1:many ref, with no children created yet)
- The Check: 'Valid :initial-state' now only shows the extra props that shouldn't be there
- Add Check: No duplicates in a query
- Error messages now contain the corresponding header from the Readme
- The border around a component with warnings is orange instead of green
- Add
:initial-state-filter
config - Add
:query-inclusion-filter
config
#7 Link, ident queries should not require the key to be in initial state
v5 - 2021-03-06
- Wrap user's own components with React Error Boundary
- Check initial state for validity