lepikhinb / momentum-modal

MIT License
446 stars 31 forks source link

Page title cannot be set from modal #20

Closed rvanbaalen closed 2 years ago

rvanbaalen commented 2 years ago

The title of a page cannot be modified when visiting a "modal"-page.

When I add this to a regular page, it works:

<Head title="Modal - List - App name />

when I add it to a modal page, nothing happens.

lepikhinb commented 2 years ago

Please check the example. This should work as expected.

rvanbaalen commented 2 years ago

Sorry to bother you, it was an error on my side.