react-view
react-view copied to clipboard
React View is an interactive playground, documentation and code generator for your components.
Bumps [terser](https://github.com/terser/terser) from 4.4.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
In my project, I'm using `useView` the problem is that the prop parameter is dynamic, initially, it's an empty object and only then it will be an object with all...
Hi I am trying to integrate `react-view` in `docusaurus`. While running the dev server `fs` not found issue was there. I fixed it by chain the webpack config. ``` node:...
### Problem Currently, there is missing undefined check in `React.useState()`. Check here : https://github.com/uber/react-view/blob/fed53e07aede745e24f00ae4fc20e80f2ad7fc39/src/ast.ts#L228-L231 Since we are not passing any argument in `React.useState()`, it's not rendering appropriate content. ### Example...
**Is your feature request related to a problem? Please Describe.** I have a use-case where I wanted to disable the editing in the `Editor` component but currently this is not...
I want use JSS in my project demos, It's used as follows: ```jsx import React from 'react' import {createUseStyles} from 'react-jss' const useStyles = createUseStyles({ box: { color: 'red' }...
Hello, While updating to the latest version of the library I've noticed that some of the changes are missing in the registry, https://registry.npmjs.org/react-view/-/react-view-2.3.4.tgz and https://github.com/uber/react-view/archive/v2.3.4.zip are not the same. In...
With yarn, getting this error when trying to use react-view. `miksu/prettier` is a dependency but this is seems like it could be a versioning issue ```./node_modules/@miksu/prettier/lib/language-js/index.js Module not found: Error:...
First of all kudos to all the contributors for creating such an awesome library. While creating a component demo I stumbled upon the `baseweb's` component demo which has that cool...
We have a component with a size prop of numeric literal type. `size?: 14 | 20 | 24 | 32 | 48;` It would be nice to have native support...