18-json-view'import'react18-json-view/src/style.css'// If dark mode is needed, import `dark.css`.// import 'react18-json-view/src/dark.css'<JsonViewsrc={my_json_object}/>// If needed, you can use the internal stringify function.// import { stringify } from 'react18-json-view'...
"treeview" ], "homepage": "https://github.com/YYsuni/react18-json-view#readme", "repository": { "type": "git", "url": "git+https://github.com/YYsuni/react18-json-view.git" }, "bugs": { "url": "https://github.com/YYsuni/react18-json-view/issues" }, "sideEffects": fals...
2 changes: 1 addition & 1 deletion 2 package.json @@ -1,6 +1,6 @@ { "name": "react18-json-view", "version": "0.2.7-canary.2", "version": "0.2.7-canary.3", "type": "module", "description": "JSON viewer for react18", "main": "dist/cjs/index.cjs", 2 comments on...
"name": "react18-json-view", "version": "0.0.1", "type": "module", "description": "JSON viewer for react18", "main": "dist/cjs/index.cjs", "types": "dist/index", "module": "dist/es/index.mjs", "brower": "dist/es/index.mjs", "scripts": { "dev": "npm run storybook...
MouseEvent) => void; className: string; style: React.CSSProperties }> | undefined, CustomOperation: undefined as | React.FC<{ node: any }> | React.Component<{ node: any }> | undefined, }) export interface JsonViewProps { @@ -122,6 +126,10 @@ export interface JsonViewProps { ...
Add temporary overrides for react version over 18, with react-json-view dependency (mentioned in #65). The problem of unsuccessful npm install is because react-json-view has been depreciated for over 3 years, and it does not support react18 (according to
"name": "react18-json-view", "version": "0.2.9-canary.4", "version": "0.2.9-canary.5", "type": "module", "description": "JSON viewer for react18", "main": "dist/cjs/index.cjs",2 changes: 1 addition & 1 deletion 2 website/src/contents/display-array-index.tsx Original fil...
Pull requests: kamilic/react18-json-viewLabels 9 Milestones 0 New pull request Welcome to pull requests! Pull requests help you collaborate on code with other people. As pull requests are created, they’ll appear here in a searchable and filterable list. To get started, you should create a...
JSON viewer for react18. Contribute to kamilic/react18-json-view development by creating an account on GitHub.
JSON viewer for react18. Contribute to YYsuni/react18-json-view development by creating an account on GitHub.