Audiopolis

Results 9 comments of Audiopolis

Thanks for the response! > Can you let me now which version you're using? `^3.0.0-alpha.7` > When the error is seen? (is it when the cursor moves after starting a...

@jessicaribeiroalves That will disable concurrent features in React 18: Unable to find draggable with id StrictMode also serves a purpose. It would be nice to see a fix for this...

> We are in 2023... Any fix so far? We should not have to remove StrictMode, it sounds like a "gambiarra" (google it)... The maintenance notice in the README seems...

For me, the issue was that the arrows would still be visible when scrolled beyond the bounds of the parent (which has `overflow: hidden`), but adding `position: relative` to the...

It should just be this, no? ![image](https://github.com/table-library/react-table-library/assets/22317842/04ccced9-33a0-4181-a2fe-156af558f9c6)

Example vite config: ```typescript { resolve: { alias: { "redux-persist/constants": "redux-persist", } } } ``` Obviously not ideal.

> already updated or not? Not that I can see unless you use custom models. My best options were to either not use Django v4 or not use django-smart-selects. Decided...

Warnings are common in all sorts of things. Loggers, missing extras in packages, imports of dependencies of dependencies (not in your pyproject.toml), wet floors... If you ignore warnings, you get...