Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mark customEventHandlers as optional (#138)
## Description Sorry, my PR above generates a new error as we define a default value for customEventHandlers but at the same time it is marked as required. Since it has a default value it does not need to be required. So the error is easily fixed Related error: ``` Warning: Failed prop type: The prop `customEventHandlers` is marked as required in `AdvertisingSlot`, but its value is `undefined`. at AdvertisingSlot (/node_modules/react-advertising/lib/components/AdvertisingSlot.js:37:17) ```
- Loading branch information