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 encountered runtime error when I test the ‘tripl planner’ example in billstclair/elm-sortable-table.
The “TypeError: Argument 1 (‘node’) to Node.appendChild must be an instance of Node” occurred, when clicking on ‘Rating’ column after clicking on ‘Price’ column. The gif is attached.
Tested in Safari, google chrome and firefox with extension disable, the same error.
The text was updated successfully, but these errors were encountered:
@boianr Thank you for taking time to confirm the issue and narrow it down to the problematic code.
I'm guessing that the issue may not even belong here. Maybe https://github.com/elm/virtual-dom is a more proper place.
I encountered runtime error when I test the ‘tripl planner’ example in billstclair/elm-sortable-table.
The “TypeError: Argument 1 (‘node’) to Node.appendChild must be an instance of Node” occurred, when clicking on ‘Rating’ column after clicking on ‘Price’ column. The gif is attached.
Tested in Safari, google chrome and firefox with extension disable, the same error.
The text was updated successfully, but these errors were encountered: