We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92b5f1 commit 108ed6eCopy full SHA for 108ed6e
react_ujs/index.js
@@ -6,6 +6,7 @@ var detectEvents = require("./src/events/detect")
6
var constructorFromGlobal = require("./src/getConstructor/fromGlobal")
7
var constructorFromRequireContext = require("./src/getConstructor/fromRequireContext")
8
var constructorFromRequireContextWithGlobalFallback = require("./src/getConstructor/fromRequireContextWithGlobalFallback")
9
+var constructorFromRequireContextsWithGlobalFallback = require("./src/getConstructor/fromRequireContextsWithGlobalFallback")
10
const { supportsHydration, reactHydrate, createReactRootLike } = require("./src/renderHelpers")
11
12
var ReactRailsUJS = {
0 commit comments