Eric Scott

Results 8 issues of Eric Scott

Ran into a snafu (thought it's mostly how our components are built). We connected our code for Avatar: ``` ``` Pretty simple, right? So for our AvatarGroup, we should just...

API question

First, I'll start off by saying, I know our design components need a lot of love to bring them up to current Figma capabilities. With that said, I think there...

API question

Our Toolbar component has a region for title and subtitle/rating and an enum to help set that up. This maps to two separate coded props like so: ``` figma.connect(Toolbar, 'https://www.figma.com/design/',...

API question

What do you do when you want to pass in children as an array or as an object, or as a const. I'll give an example below. # Breadcrumbs example...

under discussion
API question

We have our config file set up to rename the import from our specific package, eg: `import { Button } from '@namespace/react-core';` BUT, we can't account for our customers properly...

API question

Is there a setting to avoid stripping semicolons from React code? They're in my examples, but are getting removed.

under discussion
API question

I'm using 1.2.4. It's not clear how to compose children into an array of objects and provide that to the parent, or to use Typescript to hoist props to the...

API question

So as we're connecting code for internal customers, it's still very much in an alpha phase for us internally until we: - plan a cross-discipline process for maintenance and accuracy...

under discussion
feature request