Tomek
Tomek
I had the same problem with `@` prefix. Sad it doesn't work.
@gragland yeah, this way it could reuse some existing ref
hey @amclin and thanks for contributing! Could you reproduce this bug on code sandbox? I already tried with your example [here](https://codesandbox.io/s/billowing-bash-mj6bg) but no success.
hey @wmertens could you create an example that demonstrates this bug?
Hi @Snedden we don't have such a feature at the moment, any reason you need something like this?
Same in NEXTjs 14.0.1 ```tsx Uncaught (in promise) TypeError: fn is not a function at computePosition (floating-ui.core.mjs:114:15) computePosition @ floating-ui.core.mjs:114 Promise.then (async) eval @ floating-ui.react-dom.mjs:210 autoUpdate @ floating-ui.dom.mjs:622 eval @...
In my case it helped to change ``` popperModifiers={[ { name: "offset", options: { offset: [0, -6], }, }, ]} ``` to ``` import { autoPlacement, offset } from "@floating-ui/dom";...
Good idea @arlyon, let me come up with something. Feel free to submit a PR as well
The same here. When I try to use formatting from `react-intl` library then strange behavior happen. ``` formatToCurrency = (value) => { const price = this.props.intl.formatNumber(value, { style: 'currency', currency:...
hey @TSMMark the typings are automatically generated, but you have a valid point. Let me come up with something. Feel free to create a PR as well!