automerge / automerge-repo

MIT License
419 stars 43 forks source link

examples: Don't useBootstrap #314

Closed alexjg closed 3 months ago

alexjg commented 3 months ago

The useBootstrap hook is quite opinionated and a little bit magic, which makes it confusing in an example project where the goal is to understand what is going on. Switch to explicitly getting the doc URL from the url fragment or initializing it otherwise.