Raathi Kugarajan

Results 105 comments of Raathi Kugarajan

I'm sorry I don't have an ETA at the moment. Been busy with another project.

I relocated to Australia very recently and not been able to focus on the projects quite yet! I could take a look into this issue in another week or two!...

Unfortunately, it's not possible with the current implementation. The component constructor is provided and then the components are created depending on the layout provided. This could be a problem for...

``` class App extends Component { constructor() { super(); // this is missing in the docs this.state = { widgets: { WordCounter: { type: CounterWidget, title: 'Counter widget', } },...

Would you be able to provide a sample repo where this issue is re-creatable ?

This [PR](https://github.com/hlindley-ccssi/dazzle-tester/pull/1/files) should fix the issue.

I'll update the usage soon. Thanks for pointing it out.

Thanks for reporting. A partial fix is available in [0.12.0](https://github.com/Raathigesh/fabulous/releases/tag/0.12.0) but still Fabulous doesn't support editing nested template literal as shown in the example but at least it doesn't crash...

I just tested this and it seems to work. What exactly are you seeing in the side-panel when you place the cursor in the template literal?

Thanks for the details. I'll have a look.