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
📦 NEW: Providing warning on invalid block name — FIX #28 (#40)
Add regex checking whether block name is valid or not and a function that logs an error message to user
```
⚠️ A block name must begin with a letter.
⚠️ A block name can only contain lowercase alphanumeric characters and dashes.
```
* 📦 NEW: Invalid Block name info
* 🐛 FIX: Inline docs
0 commit comments