Skip to content

Commit

Permalink
Fix references to dom-helpers (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
repl-sean-heintz authored and Jean-Paul van Houten committed Jan 15, 2020
1 parent a189e4d commit 79259d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-swipeable-views/src/SwipeableViews.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React from 'react';
import PropTypes from 'prop-types';
import warning from 'warning';
import transitionInfo from 'dom-helpers/transition/properties';
import addEventListener from 'dom-helpers/events/on';
import removeEventListener from 'dom-helpers/events/off';
import addEventListener from 'dom-helpers/addEventListener';
import removeEventListener from 'dom-helpers/removeEventListener';
import {
constant,
checkIndexBounds,
Expand Down

1 comment on commit 79259d2

@ippa
Copy link

@ippa ippa commented on 79259d2 Jan 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super, could we get a new release with this fix? having a hard time installing from bleeding edge through github-urls in package.json with this monorepo.

Please sign in to comment.