create-frontend-framework icon indicating copy to clipboard operation
create-frontend-framework copied to clipboard

Cannot resolve dependency 'snabbdom/h'

Open vhp8rc7p opened this issue 1 year ago • 0 comments

snabbdom version 3.5.1 the proper way to import is this: import { h } from "snabbdom", rather than: import { h } from "snabbdom/h";

vhp8rc7p avatar Jan 17 '24 05:01 vhp8rc7p