aaronhayes / react-use-hubspot-form

Embed HubSpot forms into your React components using hooks! Works with Create React App, Gatsby and other platforms.
https://www.npmjs.com/package/@aaronhayes/react-use-hubspot-form
MIT License
51 stars 16 forks source link

React Developer Tools extension is not working correctly after update to 2.0.1 #28

Open kshmidt opened 3 years ago

kshmidt commented 3 years ago

Operating system: macOS Big Sur 11.5.2 Browser: Google Chrome 93.0.4577.63 (Official Build) (x86_64) Extension: React Developer Tools 4.18.0

package.json

"engines": {
    "node": "14.17.5",
    "npm": "6.14.14"
},
"dependencies": {
    "@aaronhayes/react-use-hubspot-form": "^2.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
}

image

aaronhayes commented 3 years ago

Thanks for reporting the bug. I'm happy to accept PRs that fixes this.