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 24455bc commit 1222e35Copy full SHA for 1222e35
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 12.12.3
4
+
5
+- Fix a ref issue with ActionForms and ActionButtons
6
7
## 12.12.0
8
9
- Domain::setup and constructors receive the key they were mounted at via
test/prod.config.json
@@ -3,7 +3,8 @@
"testEnvironment": "node",
"setupTestFrameworkScriptFile": "./helpers/setup.js",
"moduleNameMapper": {
- ".*?/src/(.*)": "<rootDir>/../build/min/$1"
+ ".*?/src/(.*)": "<rootDir>/../build/min/$1",
+ ".*?/microcosm$": "<rootDir>/../build/min/microcosm"
},
"testPathIgnorePatterns": [
10
"node_modules",
0 commit comments