UNPKG
react-bootstrap-v5
Version:
latest (1.4.0)
next (2.0.0-beta.0)
2.0.0-beta.0
1.4.0
Bootstrap 4 components built with React
react-bootstrap.github.io
react-bootstrap/react-bootstrap
react-bootstrap-v5
/
lib
/
esm
/
triggerBrowserReflow.js
6 lines
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
// reading a dimension prop will cause the browser to recalculate,
// which will let our animations work
export
default
function
triggerBrowserReflow
(
node
) {
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
node.
offsetHeight
; }