uikit / uikit

A lightweight and modular front-end framework for developing fast and powerful web interfaces

Home Page:http://getuikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console error: callUpdate is not a function

MQ-J opened this issue · comments

3.17.11

Actual Behavior

I updated the UIkit version of my project from 3.15.25 to 3.17.11, and it started to console erros and slow the transitions effects, like open and close a parent in a nav.

image

Expected Behavior

After a update, UIkit should not console erros, and the transitions should not be slowed

Steps to Reproduce the Problem

  1. Build a UIkit project in the 3.17.11 version, with a custom theme with Less.
  2. Open the console to see the erros

The problem was the uikit version in the node_modules. I forgot to install it.

"uikit": "^3.17.11"
code from my package.json