Robb Niznik

Results 18 comments of Robb Niznik

Running into the same issue using Yarn 3. @liby reproduction captures roughly the same setup.

What's interesting in our case (relevant [PR here](https://github.com/ithaka/pharos/pull/187)) is that the React Storybook starts up fine, it's the web components one that does not and I suspect it might be...

Sure! Here's mine from the linked PR. @shilman ``` Environment Info: System: OS: macOS 11.3.1 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Binaries: Node: 14.15.1 - ~/.nvm/versions/node/v14.15.1/bin/node Yarn:...

I don't run into the issue with Yarn 1. It's with Yarn 2 and 3 that results in this situation.

Any chance this could get merged @andreasbm?

Here are some of the latest [guidelines](https://w3c.github.io/aria-practices/#carousel) and [examples](https://w3c.github.io/aria-practices/examples/carousel/carousel-1-prev-next.html) for carousels from w3.

Well an entry point can only be a single file/location. If we want the same experience with sharing the React versions we'd need to define a separate package (something like...

We need to wait until TypeScript supports finding type definitions for modified export subpaths with using the `exports` field. [4.5](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-beta/#packagejson-exports-imports-and-self-referencing) seems to support this functionality but is still in beta...

[A package is in development](https://github.com/lit/lit/pull/2340) by Lit to add controllers for common observers.

The package [has been released](https://www.npmjs.com/package/@lit-labs/observers) and an example can be found on its [blog post](https://lit.dev/blog/2022-01-05-lit-2.1-release/).