Summary: The misbehavior came from undefined height and width inside `Sidebar` component. This is fixed by put it in the container that expands through whole `Sidebar`. Reviewed By: Andrey-Mishanin Differential Revision: D23954008 fbshipit-source-id: 9c096a8f3141a012a2a1ab32c2d5e689e7bde396
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-sections",
|
|
"id": "Sections",
|
|
"icon": "tree",
|
|
"title": "Sections",
|
|
"bugs": {
|
|
"email": "oncall+ios_componentkit@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/componentkit/"
|
|
},
|
|
"version": "0.58.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "src/index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"gatekeeper": "flipper_sections_plugin",
|
|
"dependencies": {
|
|
"react-d3-tree": "^1.16.1"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper": "0.58.0",
|
|
"flipper-plugin": "0.58.0"
|
|
}
|
|
}
|