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
Inline component def regression ~v0.0.30 - script tag examples only work if placed before inline component definitions
e.g. <template Modulo and <script src="unpkg/mdu" etc should be able to go at the end, OR in the beginning of an HTML file and get components picked up
Solution: Either make it work with ANY ordering, or properly document this behavior so it's always dependable -- e.g. maybe one ordering requires an explicit invocation, while another doesn't. It should be clear / defined behavior either way.