mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Bump @popperjs/core from 2.3.1 to 2.3.2 (#411)
* Bump @popperjs/core from 2.3.1 to 2.3.2 Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/popperjs/popper-core/releases) - [Commits](https://github.com/popperjs/popper-core/compare/v2.3.1...v2.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix typing Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
committed by
GitHub
parent
9a103383b8
commit
5e3914de9f
@@ -51,7 +51,7 @@ export function usePopper(
|
||||
|
||||
function getModifiers(callback: () => void = () => undefined) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const modifiers: Partial<Modifier<any>>[] = [
|
||||
const modifiers: Partial<Modifier<string, any>>[] = [
|
||||
popperOffsets,
|
||||
{
|
||||
...offset,
|
||||
|
||||
Reference in New Issue
Block a user