Justin Metros
Justin Metros
Has anyone found a workaround for this since the last comment 2 years ago?
> @justinmetros have you tried fullpage.js version 4.0.5? Give it a try and let me know if that fixes it for you. @alvarotrigo thanks for responding. [react-fullpage](https://github.com/alvarotrigo/react-fullpage/blob/master/package.json) is still using...
Just FYI if anyone came here confused about the line_item.message liquid object and CartJs, gotta get it from the JSON object just like Gavin said. In rivets, rv-each-[prop] does the...
Hey Gavin! Ran into similar issues now that Shopify Sections are a thing, which forces rebinding if you use cart as a cart-template section; which seems to be how all...
How is the code in ./sections structured? Is it possible you're running the code before your DOM or other dependencies are ready?
**Update:** Ugly fork [here](https://github.com/justinmetros/slate/blob/jm/slate-sections-plugin/packages/slate-sections-plugin/index.js) that breaks all tests, but otherwise seems to work? Looks like it should accept any .liquid file in a folder and rename it to folderName.liquid. i.e....
[babel-preset-shopify](https://github.com/Shopify/babel-preset-shopify/issues/31) v17.0.0 was just released w/ Babel version 7. Also tried a local move to Babel but `slate-tools` wasn't liking it: ``` ERROR in ./scripts/templates/index.js Module build failed (from ../node_modules/@shopify/slate-tools/node_modules/babel-loader/lib/index.js):...
+1 confirm ``` (node:36966) UnhandledPromiseRejectionWarning: Error: connect ETIMEDOUT XX.XXX.XX.XXX:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1121:14) (node:36966) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function...
In the middle of migrating our build structure to include Slate - but I can def say its a worrisome error. Hasn't blocked yet... but when we deploy we NEED...
@t-kelly of course :) To add some color to this - all day long we have content editors across multiple teams adjusting theme settings. Our workflow is pretty standard -...