negomi / redux-burger-menu

A Redux reducer and higher-order component decorator for use with react-burger-menu

Home Page:https://negomi.github.io/redux-burger-menu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-burger-menu/immutable

benpetty opened this issue · comments

Following instructions in the docs, under Using Immutable.js? it says to import {slide as Menu} from 'react-burger-menu/immutable'; but there is no module react-burger-menu/immutable. I searched the react-burger-menu repo and can't find any reference to immutable at all. Is this a typo, or is there something else that I'm missing?

Thanks!

Hi @benpetty, you're totally right - that line should actually not have been there at all. The Immutable stuff only relates to redux-burger-menu.

Docs are fixed now. Thanks for reporting! :)