You will get one of these:
Uncaught (in promise) TypeError: Cannot read property 'toUpperCase' of undefined(…)
ReactCompositeComponent.js:870 Uncaught TypeError: Cannot read property 'displayName' of undefined
if you try to:
| #!/bin/bash | |
| # Set install mode to online since boot.sh is used for curl installations | |
| export OMARCHY_ONLINE_INSTALL=true | |
| OMARCHY_REPO="${OMARCHY_REPO:-basecamp/omarchy}" # custom repo with default fallback | |
| OMARCHY_REF="${OMARCHY_REF:-master}" # custom branch/ref with default fallback | |
| # Detect ARM architecture | |
| arch=$(uname -m) |
| <link rel="import" href="../ace-element/ace-element.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |