Tom Adler

Results 17 issues of Tom Adler

The `map` parameter has no effect when the list of `allowed` locales is provided and it only includes full locale tags. This is not clear from the documentation. It this...

The "Smart/Presentational Components" section of readme says that `pipe(withProps({}), Component)` is a supported use case. The implementation of `pipe()` is concise and elegant. Unfortunately it doesn’t work when the supplied...

**Describe the bug** A barebones example with type: module, Webpack5 and addon-actions results in "ModuleNotFoundError" error during the build **To Reproduce** `git clone [email protected]:arty-name/storybook-webpack5-module.git && git checkout module-not-found && yarn...

bug
help wanted
P0
webpack5
tiny

- `@testing-library/jest-dom` version: 5.16.1 - `node` version: v16.13.1 - `yarn` version: 1.22.17 ### Relevant code or config: ```js import { expect } from '@jest/globals'; import '@testing-library/jest-dom'; expect(container).toHaveAttribute('hidden'); ``` ### What...

good first issue

I am using vanilla Ubuntu with its version of Dash to dock. After the upgrade to 22.04 I have noticed that sometimes I cannot focus an application by clicking its...

When two selectors match the same element, and both have `!important`, then the selector specificity is ignored and the last rule wins: ``` Javascript inlineCss('p a {color: red!important} a{color: black!important}...

enhancement
help wanted

I was typing a response in the reply all section of conversation view when new email has arrived. Everything happened so quick in front of my eyes that I cannot...

significant-work
check-after-rewrite
quick-reply

### Prerequisites - [x] Put an X between the brackets on this line if you have done all of the following: - Checked this feature isn't already filed: [open features]...

**Describe the bug** Hiding one instance of `LocalVideo` hides another instance of `LocalVideo` **To Reproduce** Steps to reproduce the behavior: 1. Display two instances of `LocalVideo` 2. Remove one of...

Bug
feature-request

### Describe the bug I am using Vite indirectly through Astro. I have a shared CSS module and compose its declarations in other CSS modules. When I link to a...

bug: upstream
feat: css
p3-minor-bug :hammer: