Skip to content

115 [v.0.9.1] FancyButton: tweedle.js reports a WARNING on each playAnimations if both "animations" and any of "defaultView", "hoverView", "pressedView" or "icon" properties are set in constructor. #168

115 [v.0.9.1] FancyButton: tweedle.js reports a WARNING on each playAnimations if both "animations" and any of "defaultView", "hoverView", "pressedView" or "icon" properties are set in constructor.

115 [v.0.9.1] FancyButton: tweedle.js reports a WARNING on each playAnimations if both "animations" and any of "defaultView", "hoverView", "pressedView" or "icon" properties are set in constructor. #168

Workflow file for this run

name: Testing
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: npm ci
- run: npm run lint
- run: npm run types
# TODO: add tests
# - run: npm run test
env:
CI: true
- run: npm run docs
- run: npm run build