Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allowMultipleExpanded={flase} not working #369

Open
ashish-mesvaniya opened this issue Jan 8, 2024 · 0 comments
Open

allowMultipleExpanded={flase} not working #369

ashish-mesvaniya opened this issue Jan 8, 2024 · 0 comments

Comments

@ashish-mesvaniya
Copy link

whenever i write this inside my accordion tag the page goes all white
here is the code:
import React from "react";
import {
Accordion,
AccordionItem,
AccordionItemHeading,
AccordionItemButton,
AccordionItemPanel,
AccordionItemState,
} from "react-accessible-accordion";
import "react-accessible-accordion/dist/fancy-example.css";
import { MdOutlineArrowDropDown } from "react-icons/md";
import "./Value.css";
import data from "../../utils/accordion";
const Value = () => {
return (



{/* left /}





{/
right */}

Our Value
Vlaue we give to you

We are always ready help by providing the best services to you


We beleive a good place to live can make your life better

      <Accordion
      className="accordion"
      allowMultipleExpanded={flase}
      preExpanded={[0]}

      >
          
      </Accordion>

    </div>
  </div>
</section>

);
};

export default Value;

accordion erro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant