UNPKG

@semantic-ui-react/event-stack

Version:

Issues mentioned in `README` should be solved by other approaches: - `.addEventListener()` is blazing fast and is not a real performance issue - to solve issues with ordering in case when regular DOM event propogation is not available consider to use thi

14 lines (9 loc) 268 B
'use strict'; var stack; if (process.env.NODE_ENV === 'production') { stack = require('./cjs/event-stack.production.js'); } else { stack = require('./cjs/event-stack.development.js'); } module.exports = stack.default; module.exports.instance = stack.instance;