Skip to content

Commit

Permalink
Merge pull request #84 from jediswaplabs/iamoskvin/fix-dependency
Browse files Browse the repository at this point in the history
fixed @reach/portal and removed dependabot
  • Loading branch information
retroboydev authored Nov 26, 2023
2 parents 24cd357 + 40efad2 commit 25e3a31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Popover/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Options, Placement } from '@popperjs/core';
import Portal from '@reach/portal';
import { Portal } from '@reach/portal';
import React, { CSSProperties, useCallback, useMemo, useState } from 'react';
import { usePopper } from 'react-popper';
import styled from 'styled-components';
Expand Down

0 comments on commit 25e3a31

Please sign in to comment.