Skip to content

Commit

Permalink
Migrate to react-waypoint v9
Browse files Browse the repository at this point in the history
React Waypoint has been updated to major version 9 (1) that comes with
improvements in library size and minifications in form of named exports
for the `Waypoint` module as well as for all defined constants.

References:
  (1) https://github.com/brigade/react-waypoint/releases/tag/v9.0.0

GH-137
  • Loading branch information
arcticicestudio committed Apr 25, 2019
1 parent 823fb58 commit a8ff2f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -8,7 +8,7 @@
*/

import React, { PureComponent } from "react";
import Waypoint from "react-waypoint";
import { Waypoint } from "react-waypoint";
import ArcticOceanFractal, { POSE_HIDE, POSE_SHOW } from "arctic-ocean-fractal";

import { WaveFooter } from "atoms/core/vectors/divider";
Expand Down
Expand Up @@ -8,7 +8,7 @@
*/

import React, { PureComponent } from "react";
import Waypoint from "react-waypoint";
import { Waypoint } from "react-waypoint";
import ArcticLandscape, { POSE_DRAW, POSE_ERASE } from "arctic-landscape";

import { Content } from "containers/core/Section";
Expand Down
Expand Up @@ -8,7 +8,7 @@
*/

import React, { PureComponent } from "react";
import Waypoint from "react-waypoint";
import { Waypoint } from "react-waypoint";

import Button from "atoms/core/Button";
import { Content } from "containers/core/Section";
Expand Down

0 comments on commit a8ff2f8

Please sign in to comment.