Michael Cuneo
Michael Cuneo
Why does this fail? I can render this S3Modal component individually, and on it's own it's fine... it will not render inside AwesomeSlider. ``` {data.getPost.gallery.images.items.map(image => ( ))} ```
**Describe the bug** A clear and concise description of what the bug is. Not sure if this is a bug, or just a usage problem. I have quite an editor...
**Describe the bug** TypeError: selected.push is not a function at selectSegment ``` SegmentedButton.svelte? [sm]:156 Uncaught TypeError: selected.push is not a function at selectSegment (SegmentedButton.svelte? [sm]:156:22) at Object.notifySelectedChange (SegmentedButton.svelte? [sm]:106:17) at...
I've got two projects running side by side, both using the same resources and config from an awsmobile setup... the React.JS setup when running awsmobile run, builds and zips up...
Do you want to request a feature or report a bug? Feature. What is the current behavior? All JS pulled in from awsmobile to the project is in ES5 format....
Just wondering if there is a way to change the location of the dot component to be at the top of the Carousel instead of the bottom of the Carousel?
When navigating around my sapper app, I randomly get crashes with the Carousel unmounting. ``` index.mjs:192 Uncaught (in promise) TypeError: Cannot read property 'removeChild' of null at detach (index.mjs:192) at...
So I've started learning and transitioning to .TS because it appears as though that is a good thing. But I'm having a hard time translating some components and helpers to...
I've got a container, with data inside... a popover that contains a verification questions... but the text input loses focus after one letter.
I've been trying this across about 5 different methods of css-transitions... none of them work.