Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react): do not throw error when no options are passed
Currently, if you do not pass any options, the following error is thrown: `TypeError: Cannot read property extensions of undefined` This commit makes options an object by default, preventing the error
- Loading branch information