raquo / Waypoint

Efficient router for Laminar UI Library
MIT License
92 stars 11 forks source link

`param` name conflict #1

Closed raquo closed 3 years ago

raquo commented 4 years ago

If you import both com.raquo.laminar.api.L._ and com.raquo.waypoint._, you won't be able to use Waypoint's param method due to a name collision.

As a temporary workaround, import com.raquo.waypoint and use waypoint.param instead.

This will be fixed when I release a new version of Scala DOM Types where param will be renamed to paramTag.

raquo commented 3 years ago

Forgot to close this, I renamed param -> paramTag all the way back in Scala DOM Types 0.10.0