You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, style tag declarations (<style/{ test}>) are not hoisted and so need to be placed above their usage, which means that we need to declare our styles above our view code.
The following code gives an error "Cannot access 'test' before initialization":
Currently, style tag declarations (
<style/{ test}>
) are not hoisted and so need to be placed above their usage, which means that we need to declare our styles above our view code.The following code gives an error "Cannot access 'test' before initialization":
It would be nice to be able to declare the style tag variables wherever we wanted.
The text was updated successfully, but these errors were encountered: