if you are makin a library only for yourself
you might as well not have a built step at all
and just put your source .tsx or .jsx files in package.json
should save you some trouble
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
Like even if the preset was outputting another, a hydratable entry
How would you use it
export conditions by default only cover server/browser
not ssr/no-ssr
Unless I’m missing something