Skip to content

Commit 108ed6e

Browse files
committed
add missing import (overlooked in prior merge)
1 parent f92b5f1 commit 108ed6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react_ujs/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ var detectEvents = require("./src/events/detect")
66
var constructorFromGlobal = require("./src/getConstructor/fromGlobal")
77
var constructorFromRequireContext = require("./src/getConstructor/fromRequireContext")
88
var constructorFromRequireContextWithGlobalFallback = require("./src/getConstructor/fromRequireContextWithGlobalFallback")
9+
var constructorFromRequireContextsWithGlobalFallback = require("./src/getConstructor/fromRequireContextsWithGlobalFallback")
910
const { supportsHydration, reactHydrate, createReactRootLike } = require("./src/renderHelpers")
1011

1112
var ReactRailsUJS = {

0 commit comments

Comments
 (0)