Shaun Chander

Results 8 comments of Shaun Chander

**Update:** I've fixed the issue myself, I changed `"settings": { "liveSassCompile.settings.excludeList": [ "**/node_modules/**", ".vscode/**", "/sass/bootstrap/**", ],` to now include `**/sass/boostrap/**`

We just ran into this issue earlier today, I think this applies for **any array of objects** within a modal.

For what it's worth, when accessing the NextJS app using the Cloudfront URL, we do get webp images back. That's makes me think that somewhere between Amplify requesting images from...

Hey, for some reason `sw.js `will not be generated in Astro **unless** you are hoisting a client-side script inside your `Layout.astro` file or wherever the entry-point of your Astro site...

@ziriuz84 sorry for late reply - could you link a CodeSanbox or code sample with the issue?

Will need to look into this! Sorry for the late reply on this.

Hey @manach @yacosta738, thanks for checking out the starter! I'll take a closer look at this tonight. Does building and running the starter work locally for both of you?

At the end of the day, I think DevEx should take precedence here. While contexts can be used to bubble data up into `root.tsx`, adding native support for appending scripts...