Dillon Chanis
Dillon Chanis
Hey @garyo sorry for the late response, I've been swamped lately. I think this is a great idea. I might be able to tackle this in a bit unless you...
I've been working on this this morning. Figured I'd share the proposed API. We'll expose a `boundary` slot scope. On that slot scope there will be three properties: - `hasError`...
I think the above might not compile. `` wouldn't work because slots only work on `` or components. Furthermore, using the slot-scope on the parent `` would throw the error:...
@lancegliser Hey, sorry for the late reply had a busy week. Haven't spent too much time in the Vue these days unfortunately, but I'll definitely consider updating to support TS....
Arriving in branch [0.1.0](https://github.com/banshee-ui/banshee/tree/0.1.0)
Good catch, I'll look into it. Not happening locally, but I checked it on JSBin and Codepen to make sure it wasn't an issue with Codesandbox but it's happening there...
Looks like you're right. Removing the `scoped` variable from the `Expandable`'s list of Vnodes seems to fix the issue. I'm going to play with it some more to make sure...
I've been holding off on updating/working on this library until 2.6 arrives. It should be shipping with a feature similar to React's `cloneElement` function which should clear up much of...
Hey @rendomnet! Do you have a Codesandbox or something with a reproduction? Given the snippet above -- you'll need to provide a `fall-back` prop (or you can omit it and...
Hey, I'll definitely take a look at doing this sometime in the next few days. Thanks for sharing!