Jason Yung
Jason Yung
### Current behavior Getting error `Enzyme Internal Error: unknown node with tag 2` from mounting `Suspense` component with child component that throws promise: ```js import React, { Suspense } from...
Anyone else having this issue using hotel on Command Prompt with single-quotes (`'`)? `> hotel run 'node server.js'` `> hotel add 'node server.js'` This produces the following... ``` ''node' is...
Added support for deploying with Docker, including usage notes. Make sure to change the repo namespace from `json2d` to `bobbens` when merging, in `Dockerfile` and `README.md`
First off, awesome tool 💯 . I'm on my second project with it and so far I've enjoyed using it to keep the flow going when working through front-end. So...
this lets you use colors with the `fill` prop: ```jsx ```
Hey awesome project! It definitely makes doing Robot tests a lot easier :smiley:. The issue I have is when an xpath happens to contain multiple consecutive spaces, like for example:...
Hey thanks for the super useful ext 💯. Would be useful to see the vscode project name and the file path relative to the project root somewhere in there the...
i'm having a problem w/ replacing JSX nodes within render props: https://astexplorer.net/#/gist/870412de2b8bc7bfd6bfa04cd4600680/381203659283e923155a6b62ed4739df11ba0c2d input: ```jsx const MyController = (props) => ( ( )} /> ) ``` expected output: ```jsx const MyController...
I have a use case where I need to do some extra formatting to the text for the outlabel. So for that I'm thinking it could be done with: ```js...