question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular and Svelte style properties are not transformed

See original GitHub issue

I am interested in helping provide a fix!

No

Which generators are impacted?

  • All
  • Angular
  • HTML
  • Qwik
  • React
  • React-Native
  • Solid
  • Stencil
  • Svelte
  • Vue
  • Web components

Reproduction case

https://codesandbox.io/s/hungry-cache-trlkvp

Expected Behaviour

in angular [style]="obj" should be [ngStyle]="obj" and in svelte is more complex https://svelte.dev/tutorial/style-directive

Actual Behaviour

not doing anything

Additional Information

not sure if you want to cover this in mitosis

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
samijabercommented, Aug 8, 2022

Yup, Forgot to close it! Should be fixed by #559

1reaction
decadef20commented, Jul 8, 2022

I’ll fix it later

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docs • Svelte
Complete documentation for Svelte.
Read more >
What I Like About Writing Styles with Svelte | CSS-Tricks
I personally write component specific styles within .svelte files, but make use of utility classes defined in a stylesheet. For global styles to ......
Read more >
Svelte reactivity - Class member change doesn't reflect on UI
After the search, the data member changes and if I use a setInterval to log the config in the table component, it shows...
Read more >
Dynamic behavior in Svelte: working with variables and props
That's not how export normally works in JavaScript modules! ... When the attribute and the variable have the same name, Svelte allows you...
Read more >
A Guide to the Svelte Framework | Toptal
Svelte, Other SPA libraries (React, Vue.js, Angular, etc.) ... It's fantastic since you do not have to come up with class names and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found