Repeater error
Open
- Dominant language
- PHP
- Stars
- 132
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
I am getting the error below when trying to access a repeater field's values:
`FatalThrowableError in Repeater.php line 101: Call to a member function get() on null`
The data is definitely there as shown below:

I am accessing the data as shown below:
`$currentQuestion = Post::find(17);
return $currentQuestion->acf->repeater('answers');`
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.