phenixdigital / phoenix_storybook

A pluggable storybook for your Phoenix components.
MIT License
642 stars 49 forks source link

Fix Elixir 1.17 warnings #454

Closed dgigafox closed 1 month ago

dgigafox commented 1 month ago

Tried to plug in elixir 1.17.0-rc.0-otp-27 and had some compilation warnings. Here are some of the fixes.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.33%. Comparing base (2073c6e) to head (c0ef77b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #454 +/- ## ======================================= Coverage 96.33% 96.33% ======================================= Files 38 38 Lines 2017 2017 ======================================= Hits 1943 1943 Misses 74 74 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cblavier commented 1 month ago

Thanks! 👍