sebnitu / vrembem

A CSS component library based on the BEM methodology.

Home Page:https://vrembem.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add better error message when trying to open modal that doesn't exist

sebnitu opened this issue · comments

Problem

We currently don't have very good error message when trying to open a modal that doesn't exist. This is displayed when a button with data-open-modal attribute but the ID provided does not match an existing modal:

image