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
I can see that media is now (in Scala 2.13) an Any type as opposed to DslBase.MediaQueryEmpty.type as it previously was (in Scala 2.12). The files look identical so I'm thinking that it could be a conflict issue. As you'll see below I'm using 'ext-monocle-cats' with 'scalajs-react' so I'm not able to be on the latest stable versions for all
When upgrading to Scala 2.13 I'm getting an error on all
media
functionality when calling it in an inline stylesheet, e.g.I can see that
media
is now (in Scala 2.13) anAny
type as opposed toDslBase.MediaQueryEmpty.type
as it previously was (in Scala 2.12). The files look identical so I'm thinking that it could be a conflict issue. As you'll see below I'm using 'ext-monocle-cats' with 'scalajs-react' so I'm not able to be on the latest stable versions for allAny ideas on this?
The text was updated successfully, but these errors were encountered: