theatre-js / website

www.theatrejs.com
Apache License 2.0
8 stars 21 forks source link

Include required whitespace in namespace delimiters #17

Closed donmccurdy closed 1 year ago

donmccurdy commented 1 year ago

If namespaces are used as shown in the documentation, theatre.js prints the following warning:

Invalid path provided to object ... Please replace the path with the sanitized one, otherwise it will likely break in the future.

Including padding around the delimiters fixes the warning.

netlify[bot] commented 1 year ago

Deploy Preview for theatrejs-dot-com ready!

Name Link
Latest commit ebbb4b8db63d5983e3f8cc9c80a0a622734fe073
Latest deploy log https://app.netlify.com/sites/theatrejs-dot-com/deploys/65200f38f621800008dc86b2
Deploy Preview https://deploy-preview-17--theatrejs-dot-com.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

AriaMinaei commented 1 year ago

Good catch! Thanks @donmccurdy