clethrill

Results 2 issues of clethrill

I have a serverless.yml that looks like ``` service: myapp-${opt:stage, self:provider.stage} custom: serverless-offline: port: 3001 myStage: ${opt:stage, self:provider.stage} myEnvironment: ENV_VAR: DEV: "dev value" PROD: "prod value" output: file: ../controller/constants/application-aws.json #...

I am getting the error ```TypeError: current.getAttribute is not a function```. I have tracked it down to the onMouseOver function in SideNav.js. It seems if a nav element has any...