Summary
- adds an import subpath to use react-scan through the npm package in development and production
import {scan} from 'react-scan/all-environments'
scan() // <- works in production and dev - fixes a bug that caused an error to be logged when calling scan() in production
- sync browser extension to latest react scan
What's Changed
- Update BROWSER_EXTENSION_GUIDE.md with Chrome web store link by @stanhuan in #382
- Fix a logic error by @GameRoMan in #392
- Add subpath that allows scan to run in production by @RobPruzan in #394
New Contributors
- @stanhuan made their first contribution in #382
- @GameRoMan made their first contribution in #392
Full Changelog: v0.3.4...v0.3.6