v3 Adding optional prop exclusion array to filterDOMProps (#445)
* Adding ability to exclude props from user provided list to filterDOMProps
* Renaming excludeArray to exclude
* Changing exclude array to exclude obj
Exclude obj merges with base DOMprops and overrides any that overlap
* removing extraneous paren
* Renaming input argument for clarity sake