Semantic-Org/Semantic-UI-React

Popup: triggers that do not spread props do not work

Open

#1187 opened on Jan 19, 2017

View on GitHub
 (8 comments) (1 reaction) (0 assignees)JavaScript (13,136 stars) (4,065 forks)batch import
enhancementhelp wanted

Description

Steps

  1. Create a stateless component.
  2. Pass it to Popup as the trigger prop.

Expected Result

Get the popup when mousing over the trigger component.

Actual Result

Don't get a popup when mousing over the trigger component.

Version

0.64.2 (master)

Testcase

http://codepen.io/anon/pen/VPpZQL

Contributor guide