liveview-native / live_view_native_stylesheet

MIT License
10 stars 4 forks source link

Proposal: Using a class that isn't defined shouldn't crash the LiveView #49

Closed BrooklinJazz closed 7 months ago

BrooklinJazz commented 7 months ago

Currently, using a class that isn't defined in the stylesheet crashes the LiveView with an Internal Server Error.

I think instead, we should just ignore the class and log a warning similar to the behavior on the web.

bcardarella commented 7 months ago

This is fixed in the v0.3.0 branch