Luca Barone

Results 35 comments of Luca Barone

Done it, I've borrowed an icon from the toolbar example. I've had the tentation to describe more the thing, but then I thought would be better to stick with the...

Hi, its working for me, I've installed both `addon-ondevice-actions` and `actions` but I've registered only `addon-ondevice-actions`, but I import `addon-actions` in the stories!

I can confirm this issue, with latest versions of everything but from ubuntu instead of catalina, any news on this?

Why not just use something like `mapProps` from `recompose`? ```javascript import React from 'react' import {compose} from 'ramda' import {injectState} from 'freactal' import {mapProps} from 'recompose' const enhance = compose(...

I'm using your boilerplate in production till this summer, and I see is pretty changed now. I think the development server needs to be covered more than other parts. Its...

Already tried with the settings solution, still not working for me, by my case is that I use a `tailwind.config.ts` config, so maybe is because of that? In the config...

Just found [this](https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/228)

I personally think that the plugin should throw instead of returning `{}`

If I understand the issue correctly it is because the focus does not remain trapped inside the Combobox popover, when no ComboboxItem are rendered, maybe we should simulate that focus...

A possible workaround may be to render a "fake" ComboboxItem during the "No results" state