DEV Community

Discussion on: A Minimalistic Web Portfolio for all devs 😎

Collapse
 
sivaneshs profile image
Sivanesh Shanmugam • Edited

Thanks for your mention. I have rectified the error and updated it. You can check now using the Demo in safari.

// The line causing issue
if(options?.isAdjacent) {...}

The issue is due to my backward-incompatible code. I have used the Optional chaining a new feature without considering compatibility issues.

Collapse
 
themafro profile image
Matthew Francis

Awesome. Thanks for the quick fix.