This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Custom renderer components show up on the root level #1217
Closed
Description
Should I do something on my end, is this by design or is this a bug?
Here's a reproduction case https://github.com/HriBB/react-repro and package.json
. As you can see, I am using all the latest versions of packages.
{
"name": "react-repro",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"dependencies": {
"fbjs": "^1.0.0",
"next": "^7.0.2",
"paper": "^0.11.8",
"react": "^16.7.0-alpha.0",
"react-dom": "^16.7.0-alpha.0",
"react-reconciler": "^0.17.0-alpha.0",
"scheduler": "^0.11.0-alpha.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"flow-bin": "0.85.0"
}
}