rollbar / rollbar-react

React features to enhance using Rollbar.js in React Applications
https://docs.rollbar.com/docs/react
MIT License
42 stars 10 forks source link

Provider declaration typos #33

Closed waltjones closed 2 years ago

waltjones commented 2 years ago

Description of the change

Fixes typos in Provider declaration. Based on testing: These typos don't cause the typescript build to fail. Rather, they prevent type checking, and allow wrongly typed props to silently succeed.

Type of change

Development

Code review