We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaac489 commit bb8c8daCopy full SHA for bb8c8da
README.md
@@ -57,8 +57,8 @@ Use the following transform:
57
On any comnponent that you'd like the render visualizer to appear, set the static property rerenderViz to true;
58
```js
59
export class QueueMenu extends Component {
60
- static displayName = 'QueueMenu';
61
- static rerenderViz = true;
+ static displayName = 'QueueMenu';
+ static rerenderViz = true;
62
```
63
64
0 commit comments