Ryan Waskiewicz
Ryan Waskiewicz
👋 If someone would be willing/able to create a minimal reproduction case with the latest version of Stencil, the team would be happy to take a look. It appears the...
@alicewriteswrongs what happens if you `npm run clean` before you build locally? Does that replicate the issue?
Good ol' `sys` cache (shakes fist)
Hey @chihab 👋 I was able to reproduce the issue. Thank you for the detailed summary and reproduction, they're very much appreciated! I'm going to label this to get it...
@musangowope can you do us a favor and create a minimal reproduction case & a new issue for the team to take a look at? Thanks!
👋 I apologize it took so long for someone on the Stencil team to acknowledge this ticket. if someone would be able to create a minimal reproduction case with the...
Thanks for the detailed reproduction @steenburgh! It's much appreciated. I was able to confirm this issue and will label it to be ingested into the team's backlog to be refined
I want to dig into this a little bit more tomorrow to understand the path where we're allowing `undefined` for `cssText`, because our function signature is currently: ``` export const...
@sean-perkins I wanna make sure I'm reproducing this correctly and wanted to confirm a few things: 1. Project initialization - I init'ed my reproduction project using `ionic start`, selected 'React'...
Thanks @sean-perkins - I tried to reproduce the error with the provided dev build, but the tests seem to pass for me 🤔 I uploaded my attempt to reproduce this...