Patrick Böder

Results 15 comments of Patrick Böder

Hi @Great-hijack! Glad, that you like the package. That feature is currently not planned. But I'm always open for PRs. A custom cell component should do it.. sorting the Cell...

Hey @jml312 ! May I ask about the use case for this? For me it seems quite confusing. `activeSection` is returned based on the scroll progress. If you now set...

The hook just needs access to the DOM Element to get the position.. you could use plain JS, like `document.getElementsByClassName`? Then we might need to tweak that line, because of...

Hey @saini-g! Glad the component helps you 👍 Do you have an example with code sandbox or something?

@saini-g thanks for the sandbox! I should extend the api to allow setting a threshold, so you can configure it per element. However I won't be able to do that...

Is there any solution for that? Trying to set that up using traefik with a similar domain scenario

Similar issue with `macOS 10.15.5`. Table has been connected via phone before. Tried all possible reset / connection triggers: Press Short, Press Long, Hold,..

Here's a minimal example. ```json { //... "next": "13.0.2", "react": "18.2.0", "react-dom": "18.2.0", //... } ``` ```js import Head from "next/head"; import { useState } from "react"; const attachCss =...

Hi @philo23! Thanks for the bug report. Can you observe that behavior on actual hardware devices as well? I saw that earlier in some emulator environments as well, which was...

Your suggested fix sounds solid, do you want to open a PR for that?