Maybe we can fix issues with SSR with framework realteded IDs like [this](https://vuejs.org/api/composition-api-helpers#useid) with `useTarget`: ```` useTarget( { vue: ()=> useId(), react: ()=> useId(), } ) ```` How do we handle different imports?