create-frontend-framework
create-frontend-framework copied to clipboard
Cannot resolve dependency 'snabbdom/h'
snabbdom version 3.5.1
the proper way to import is this:
import { h } from "snabbdom",
rather than:
import { h } from "snabbdom/h";