Tim.art

Results 6 issues of Tim.art

### Describe the bug As indicated in the documentation, users could change the render of the domString following this way: ``` export default { title: 'Components/TestComponent', parameters: { jsx: {...

bug

### Describe the bug Hello! I've tried to use the JSX addon into an Angular repository and this is the result I have so far: ![image](https://user-images.githubusercontent.com/10064887/132731837-865a10d8-8a40-4f3d-ba06-db64ebf16aa0.png) 1. There's no code...

bug

Hello, I modified the plugin locally to fit my needs. Instead of writing every option directly inside the HTML like this : ``` Option 1 Option 2 Option 3 ```...

Hello, I would like to know if it would be possible to use EJS with the optional chaining option (described [here](https://github.com/tc39/proposal-optional-chaining)). I'm currently using Babelify (Browserify transform for Babel) and...

Hello everyone, I've discovered Radius recently and wanted to give it a try. I've ran into an error while installing: OS: Windows 10 (version 1909) Steps: - ```yarn``` - ```yarn...

### Current Behavior While running `nx migrate --run-migrations`, NX fails to migrate this migration migrations.json ``` { "migrations": [ { "version": "21.2.0-beta.3", "requires": { "@angular/core": ">=20.0.0" }, "description": "Update 'moduleResolution'...

type: bug