Closed yehuizhang closed 1 month ago
Fixed two issues that was introduced in this commit
Issue1: typo on prelude Issue2: users was not in scope as the input param of function was changed.
prelude
users
Testing: Tested in my local and after the fix, the http://localhost:3000/ could be successfully rendered.
http://localhost:3000/
:tada: This PR is included in version 1.3.4 :tada:
The release is available on:
v1.3.4
Your semantic-release bot :package::rocket:
Fixed two issues that was introduced in this commit
Issue1: typo on
prelude
Issue2:users
was not in scope as the input param of function was changed.Testing: Tested in my local and after the fix, the
http://localhost:3000/
could be successfully rendered.