Skip to content

issues Search Results · repo:uber/react-view language:TypeScript

Filter by

44 results
 (93 ms)

44 results

inuber/react-view (press backspace or delete to remove)

I create a docusaurus project.And config the webpack follow this https://github.com/uber/react-view/issues/31 when i run the project.It show the playgound form and code successfully.But can not show the ...
  • layverns
  • Opened 
    on Dec 10, 2024
  • #113

We are facing a issue where our component requires a ref to be passed to the component. We are passing ref to useView via the scope property. scope={{ ref: React.createRef(), }} const {compilerProps, ...
  • shubhamsapra97
  • Opened 
    on Apr 24, 2023
  • #97

I m trying to use React View with Next 12.2.3 but I m having an error that fail the compilation. image Is any of you might have an idea from where that could come from ?
  • darkouz
  • Opened 
    on Apr 6, 2023
  • #96

Let’s say I have a component which accepts an optional Boolean prop: export const MyComponent = ({ shouldDoSomething = undefined }: { shouldDoSomething?: boolean; }) = { return ( div {shouldDoSomething ...
  • kapowaz
  • 1
  • Opened 
    on Mar 23, 2023
  • #95

Hi Team, We are using your library for live code editor with knobs and our application is written in TypeScript. We want to use the live code editor in TypeScript instead of JavaScript that should work ...
  • ujjwalvaibhav
  • 1
  • Opened 
    on Nov 24, 2022
  • #89

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 the props. const [props, setProps] = React.useState({}); ...
  • mauroreisvieira
  • Opened 
    on May 30, 2022
  • #85

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 ...
  • ukntpm
  • Opened 
    on Jul 30, 2021
  • #77

While Compiling, the following error occurs, error - ./node_modules/@babel/core/lib/transformation/normalize-file.js:9:0 Module not found: Can t resolve fs Error: Invalid hook call. Hooks can only be ...
  • kevinjn3640
  • 1
  • Opened 
    on Jul 21, 2021
  • #76

image
  • hetanthakkar
  • 10
  • Opened 
    on Mar 31, 2021
  • #67

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 supported. Describe the solution ...
good first issue
  • sachdeva-shrey
  • Opened 
    on Mar 16, 2021
  • #65
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub