preactjs/preact-compat

React bootstrap PanelGroup accordion header disappear on click.

Open

#411 ouverte le 3 août 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (148 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (952 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Using preact and preact-compat to a react app where react bootstrap was working fine. When switched to preact, panelgroup accordin started showing bug. When we click on panel header/heading it disappears and further toggle is not possible though panel body works fine. there were other error regarding refs in preact@8.2.* .. so i switched back to preact@8.1.0 but above error is still there. I think this may be due to preact-compat. I have reproduced error in a git repo. https://github.com/uuuchit/panel/blob/master/app/components/About.js

Guide contributeur