I'de notice that you guys are using lodash-decorators without defining it in package.json, that might cause errors when bundling the app, so please add it to your package.json dependency.
// src/components/AppProvider/StickyManager.ts
import {autobind} from '@shopify/javascript-utilities/decorators';
import {getRectForNode} from '@shopify/javascript-utilities/geometry';
import throttle from 'lodash-decorators/throttle';
import {
addEventListener,
removeEventListener,
} from '@shopify/javascript-utilities/events';
Thanks for the issue @paul-phan. We will get that fixed in the next release.
This fix made it into the final version of v2.0.0.
Most helpful comment
This fix made it into the final version of v2.0.0.