Ying Hao Chan
Ying Hao Chan
let's say the bounds for fitBounds is: `{ "nw": { "lat": 33.76845, "lng": -84.3883053 }, "se": { "lat": 33.76845, "lng": -84.3883053 } } ` fitBounds will return `{ "zoom": 0,...
`RenderReact` imports reactDOMServer here: https://github.com/airbnb/hypernova-react/blob/master/src/index.js#L3 Your example bundles ```jsx var React = require('react'); var renderReact = require('hypernova-react').renderReact; function MyComponent(props) { return React.createElement('div', { onClick: function () { alert('Click handlers work.');...
## Context We write ES6 and `import` npm modules using webpack and https://github.com/shakacode/react_on_rails This means that we 1. write code in es6, and import from `node_modules/` 2. bundle the code...
# Bug report Looks like it's not on the [list of webhooks ](https://github.com/supabase/stripe-sync-engine/blob/main/README.md#webhook-progress)in the README.md **Logs from docker** ``` Error: Unhandled webhook event at /app/dist/routes/webhooks.js:262:44 at step (/app/dist/routes/webhooks.js:33:23) at Object.next...