This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
14c7b25fcc
next.js
/
examples
/
with-ioc
/
pages
/
about.js
2 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Replace deprecated `props.url` in examples (#4953) Following https://github.com/zeit/next.js/pull/4952 I found two examples with the deprecated`props.url` : - `with-ioc` - `with-next-routes`
2018-08-13 21:12:03 +00:00
export
default
props
=>
<
h1
>
About
foo
–
no
`
Link
`
(
{
typeof
props
.
Link
}
)
available
here
<
/
h
1
>
Reference in a new issue
Copy permalink