surface-ui / surface

A server-side rendering component library for Phoenix

Home Page:https://surface-ui.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bogus "undefined assign `@streams`." warning

arkadiyk opened this issue · comments

When I try to use LV Streams

{#for {id, d} <- @streams.items}

The undefined assign '@streams'. warning shows up.

Defining the streams as data solves the problem... I wish surface could generate it automatically

Fixed in 91ae6b3.